diff --git a/nginx/svc.yaml b/nginx/svc.yaml index 58f0e67..940d4d2 100644 --- a/nginx/svc.yaml +++ b/nginx/svc.yaml @@ -6,7 +6,8 @@ spec: selector: app: nginx-nfs ports: - - protocol: TCP + - name: http + protocol: TCP port: 80 targetPort: 80 type: ClusterIP \ No newline at end of file