fix service

This commit is contained in:
n8wb
2025-02-18 16:27:36 -08:00
parent 513d671800
commit 02a3a4f056

View File

@@ -24,7 +24,7 @@ spec:
ports: ports:
- port: {{ .service.port }} - port: {{ .service.port }}
targetPort: {{ .service.targetPort }} targetPort: {{ .service.targetPort }}
protocol: {{ .service..protocol }} protocol: {{ .service.protocol }}
name: http name: http
selector: selector:
app.kubernetes.io/name: {{ $serviceName }} app.kubernetes.io/name: {{ $serviceName }}