diff --git a/services/mysql-service.yaml b/services/mysql-service.yaml index 549ef61..468ffe3 100644 --- a/services/mysql-service.yaml +++ b/services/mysql-service.yaml @@ -3,10 +3,12 @@ kind: Service metadata: name: mysql-service namespace: blog + labels: + app: ghost spec: selector: app: ghost-blog tier: mysql + clusterIP: None ports: - port: 3306 -clusterIP: None \ No newline at end of file