fix service

This commit is contained in:
n8wb
2025-02-18 16:25:30 -08:00
parent 1ddd1f0b3c
commit 513d671800

View File

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