From 4cea0437f33165338426af056385914f72459a03 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 12 Feb 2025 11:48:38 +0100 Subject: [PATCH] fix(svc): adding a port name --- resources/svc.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/svc.yaml b/resources/svc.yaml index f89d40d..8e5047d 100644 --- a/resources/svc.yaml +++ b/resources/svc.yaml @@ -6,6 +6,7 @@ spec: selector: app: varnish ports: - - protocol: TCP + - name: varnish-http + protocol: TCP port: 8080 targetPort: 8080