File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : coredns
3
- version : 1.32 .0
3
+ version : 1.33 .0
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: changed
23
- description: Upgrade CoreDNS to 1.11.3
22
+ - kind: added
23
+ description: Add support for specifying the service loadBalancerClass.
Original file line number Diff line number Diff line change 46
46
{{- if .Values.service.loadBalancerIP }}
47
47
loadBalancerIP : {{ .Values.service.loadBalancerIP }}
48
48
{{- end }}
49
+ {{- if .Values.service.loadBalancerClass }}
50
+ loadBalancerClass : {{ .Values.service.loadBalancerClass }}
51
+ {{- end }}
49
52
ports :
50
53
{{ include "coredns.servicePorts" . | indent 2 -}}
51
54
type : {{ default "ClusterIP" .Values.serviceType }}
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ service:
54
54
# clusterIP: ""
55
55
# clusterIPs: []
56
56
# loadBalancerIP: ""
57
+ # loadBalancerClass: ""
57
58
# externalIPs: []
58
59
# externalTrafficPolicy: ""
59
60
# ipFamilyPolicy: ""
You can’t perform that action at this time.
0 commit comments