mirror of
https://github.com/ghndrx/blog-manifest.git
synced 2026-02-10 06:54:59 +00:00
15 lines
203 B
YAML
15 lines
203 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: mysql-service
|
|
namespace: blog
|
|
labels:
|
|
app: ghost
|
|
spec:
|
|
selector:
|
|
app: ghost-blog
|
|
tier: mysql
|
|
clusterIP: None
|
|
ports:
|
|
- port: 3306
|