diff --git a/services/ghost-blog-service.yaml b/services/ghost-blog-service.yaml index e4e9812..44bdb44 100644 --- a/services/ghost-blog-service.yaml +++ b/services/ghost-blog-service.yaml @@ -7,6 +7,5 @@ spec: selector: app: ghost-blog ports: - - protocol: TCP - port: 80 - targetPort: 2368 \ No newline at end of file + - name: ghost-http + port: 2368 \ No newline at end of file diff --git a/services/mysql-service.yaml b/services/mysql-service.yaml index e25c180..f68fd9c 100644 --- a/services/mysql-service.yaml +++ b/services/mysql-service.yaml @@ -7,7 +7,5 @@ spec: selector: app: mysql ports: - - name: mysql - port: 3306 - targetPort: 3306 + - port: 3306 type: ClusterIP