diff --git a/templates/frontend/service.yaml b/templates/frontend/service.yaml index 6a503eb..897be03 100644 --- a/templates/frontend/service.yaml +++ b/templates/frontend/service.yaml @@ -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