mirror of
https://github.com/ghndrx/blog-manifest.git
synced 2026-02-10 06:54:59 +00:00
14 lines
196 B
YAML
14 lines
196 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: mysql-service
|
|
namespace: blog
|
|
spec:
|
|
selector:
|
|
app: ghost-blog
|
|
ports:
|
|
- name: mysql
|
|
port: 3306
|
|
targetPort: 3306
|
|
type: ClusterIP
|