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:
- port: {{ .service.port }}
targetPort: {{ .service.targetPort }}
protocol: {{ .service..protocol }}
protocol: {{ .service.protocol }}
name: http
selector:
app.kubernetes.io/name: {{ $serviceName }}