Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix trafficDistribution documentation issue #177

Merged
merged 2 commits into from
Oct 8, 2024
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
6 changes: 3 additions & 3 deletions charts/coredns/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: coredns
version: 1.35.0
version: 1.35.1
appVersion: 1.11.3
home: https://coredns.io
icon: https://coredns.io/images/CoreDNS_Colour_Horizontal.png
Expand All @@ -19,5 +19,5 @@ maintainers:
type: application
annotations:
artifacthub.io/changes: |
- kind: added
description: Support `trafficDistribution` property for service
- kind: changed
description: Move `trafficDistribution` key to correct path
2 changes: 1 addition & 1 deletion charts/coredns/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ prometheus:
prometheus.io/scrape: "true"
prometheus.io/port: "9153"
selector: {}
# trafficDistribution: PreferClose
monitor:
enabled: false
additionalLabels: {}
Expand All @@ -59,6 +58,7 @@ service:
# externalIPs: []
# externalTrafficPolicy: ""
# ipFamilyPolicy: ""
# trafficDistribution: PreferClose
# The name of the Service
# If not set, a name is generated using the fullname template
name: ""
Expand Down