diff --git a/helm-charts/infisical/templates/backend-deployment.yaml b/helm-charts/infisical/templates/backend-deployment.yaml index 4183641a6..f93f3c87e 100644 --- a/helm-charts/infisical/templates/backend-deployment.yaml +++ b/helm-charts/infisical/templates/backend-deployment.yaml @@ -71,6 +71,6 @@ spec: - protocol: TCP port: 4000 targetPort: 4000 # container port - {{- if eq .Values.frontend.service.type "NodePort" }} - nodePort: {{ .Values.frontend.service.nodePort }} + {{- if eq .Values.backend.service.type "NodePort" }} + nodePort: {{ .Values.backend.service.nodePort }} {{- end }}