From 6161b354b4a5990873f16df2b00ec3f2c8602b00 Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Wed, 30 Nov 2022 10:18:18 +0100 Subject: [PATCH] fixed variable assignment --- templates/frontend/service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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