From eb475177dae8a4fb9593469315e5603c739a2bf3 Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Mon, 23 Jun 2025 18:32:21 +0200 Subject: [PATCH] fic service name --- nginx/svc.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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