File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : coredns
3- version : 1.24.0
3+ version : 1.24.1
44appVersion : 1.10.1
55home : https://coredns.io
66icon : https://coredns.io/images/CoreDNS_Colour_Horizontal.png
@@ -20,4 +20,4 @@ type: application
2020annotations :
2121 artifacthub.io/changes : |
2222 - kind: added
23- description: Added podSecurityContext
23+ description: Added autoscaler podAnnotations
Original file line number Diff line number Diff line change 5050 {{- if .Values.isClusterService }}
5151 scheduler.alpha.kubernetes.io/tolerations : ' [{"key":"CriticalAddonsOnly", "operator":"Exists"}]'
5252 {{- end }}
53+ {{- with .Values.autoscaler.podAnnotations }}
54+ {{- toYaml . | nindent 8 }}
55+ {{- end }}
5356 spec :
5457 serviceAccountName : {{ template "coredns.fullname" . }}-autoscaler
5558 {{- $priorityClassName := default .Values.priorityClassName .Values.autoscaler.priorityClassName }}
Original file line number Diff line number Diff line change @@ -296,6 +296,9 @@ autoscaler:
296296 # If true does not allow single points of failure to form
297297 preventSinglePointFailure : true
298298
299+ # Annotations for the coredns proportional autoscaler pods
300+ podAnnotations : {}
301+
299302 # # Optionally specify some extra flags to pass to cluster-proprtional-autoscaler.
300303 # # Useful for e.g. the nodelabels flag.
301304 # customFlags:
You can’t perform that action at this time.
0 commit comments