File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
charts/cloudflare-exporter Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ The following table lists the configurable parameters of the Cloudflare-exporter
2828| ` fullnameOverride ` | | ` "" ` |
2929| ` podAnnotations ` | | ` {} ` |
3030| ` podSecurityContext ` | | ` {} ` |
31+ | ` priorityClassName ` | | ` "" ` |
3132| ` securityContext ` | | ` {} ` |
3233| ` service.type ` | | ` "ClusterIP" ` |
3334| ` service.port ` | | ` 8080 ` |
Original file line number Diff line number Diff line change 5050 - secretRef :
5151 name : {{ .Values.secretRef }}
5252 {{- end }}
53+ {{- with .Values.priorityClassName}}
54+ priorityClassName : {{ . }}
55+ {{- end}}
5356 {{- with .Values.nodeSelector }}
5457 nodeSelector :
5558 {{- toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change @@ -65,6 +65,9 @@ serviceMonitor:
6565 targetLabels : []
6666 metricRelabelings : []
6767
68+ # Set priority class name https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#priorityclass
69+ priorityClassName : " "
70+
6871resources : {}
6972 # We usually recommend not to specify default resources and to leave this as a conscious
7073 # choice for the user. This also increases chances charts run on environments with little
You can’t perform that action at this time.
0 commit comments