Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cb7eda7

Browse files
committedOct 8, 2024
move to trafficDistribution key to correct path
1 parent b0c2821 commit cb7eda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎charts/coredns/values.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ prometheus:
4343
prometheus.io/scrape: "true"
4444
prometheus.io/port: "9153"
4545
selector: {}
46-
# trafficDistribution: PreferClose
4746
monitor:
4847
enabled: false
4948
additionalLabels: {}
@@ -59,6 +58,7 @@ service:
5958
# externalIPs: []
6059
# externalTrafficPolicy: ""
6160
# ipFamilyPolicy: ""
61+
# trafficDistribution: PreferClose
6262
# The name of the Service
6363
# If not set, a name is generated using the fullname template
6464
name: ""

0 commit comments

Comments
 (0)
Please sign in to comment.