File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : coredns
3
- version : 1.35.0
3
+ version : 1.35.1
4
4
appVersion : 1.11.3
5
5
home : https://coredns.io
6
6
icon : https://coredns.io/images/CoreDNS_Colour_Horizontal.png
@@ -19,5 +19,5 @@ maintainers:
19
19
type : application
20
20
annotations :
21
21
artifacthub.io/changes : |
22
- - kind: added
23
- description: Support `trafficDistribution` property for service
22
+ - kind: changed
23
+ description: Move `trafficDistribution` key to correct path
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ prometheus:
43
43
prometheus.io/scrape : " true"
44
44
prometheus.io/port : " 9153"
45
45
selector : {}
46
- # trafficDistribution: PreferClose
47
46
monitor :
48
47
enabled : false
49
48
additionalLabels : {}
@@ -59,6 +58,7 @@ service:
59
58
# externalIPs: []
60
59
# externalTrafficPolicy: ""
61
60
# ipFamilyPolicy: ""
61
+ # trafficDistribution: PreferClose
62
62
# The name of the Service
63
63
# If not set, a name is generated using the fullname template
64
64
name : " "
You can’t perform that action at this time.
0 commit comments