Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions charts/unbound/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ spec:
{{- with .Values.clusterIP }}
clusterIP: {{ . }}
{{- end }}
{{- with .Values.service.externalTrafficPolicy }}
externalTrafficPolicy: {{ . }}
{{- end }}
selector:
{{- include "unbound.selectorLabels" . | nindent 4 }}
{{- with .Values.labels }}
Expand Down
3 changes: 3 additions & 0 deletions charts/unbound/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ service:
udp:
enabled: true
labels: {}
# Set the external traffic policy for ClusterIP and LB style services so that IP blocks can be used effectively
# Caution: Local will have implications on your required pod scheduling.
# externalTrafficPolicy: Cluster
annotations: {}
topologyKeys: []
# - kubernetes.io/hostname
Expand Down
Loading