Skip to content

Commit

Permalink
Fix mdcb service
Browse files Browse the repository at this point in the history
  • Loading branch information
zalbiraw authored Oct 31, 2024
1 parent 37d55ac commit 31fe83e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/tyk-mdcb/templates/service-mdcb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ spec:
name: healthport
selector:
{{- include "tyk-mdcb.selectorLabels" . | nindent 4 }}
{{- if eq .Values.mdcb.service.type "LoadBalancer" }}
externalTrafficPolicy: {{ .Values.mdcb.service.externalTrafficPolicy }}
{{- end }}
{{- if eq .Values.mdcb.service.type "LoadBalancer" }}
externalTrafficPolicy: {{ .Values.mdcb.service.externalTrafficPolicy }}
{{- end }}

0 comments on commit 31fe83e

Please sign in to comment.