fix(svc): adding a port name

This commit is contained in:
Philippe Caseiro 2025-02-12 11:48:38 +01:00
parent 21cc232e08
commit 4cea0437f3

View File

@ -6,6 +6,7 @@ spec:
selector: selector:
app: varnish app: varnish
ports: ports:
- protocol: TCP - name: varnish-http
protocol: TCP
port: 8080 port: 8080
targetPort: 8080 targetPort: 8080