diff --git a/apps/nginx/service.yaml b/apps/nginx/service.yaml index 9981900..2cf0e2d 100644 --- a/apps/nginx/service.yaml +++ b/apps/nginx/service.yaml @@ -10,7 +10,7 @@ spec: app: nginx ports: - name: http - port: 80 + port: 9545 targetPort: 80 protocol: TCP type: ClusterIP