fixed variable assignment

This commit is contained in:
Sebastian Wendel 2022-11-30 10:18:18 +01:00
parent 336b592e20
commit 6161b354b4
No known key found for this signature in database
GPG key ID: 1422B7DF78144640

View file

@ -6,9 +6,9 @@ metadata:
labels:
{{- include "fcoscore.labels" . | nindent 4 }}
spec:
type: {{ .Values.zenflow.service.type }}
type: {{ .Values.frontend.service.type }}
ports:
- port: {{ .Values.zenflow.service.port }}
- port: {{ .Values.frontend.service.port }}
targetPort: http
protocol: TCP
name: http