This repository was archived by the owner on Apr 11, 2024. It is now read-only.
File tree 3 files changed +4
-3
lines changed
charts/capi-runtime-extensions 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ A Helm chart for capi-runtime-extensions
57
57
| image.tag | string | ` "" ` | |
58
58
| imagePullSecrets | list | ` [] ` | Optional secrets used for pulling the container image |
59
59
| nodeSelector | object | ` {} ` | |
60
- | priorityClassName | string | ` "" ` | Optional priority class to be used for the pod. |
60
+ | priorityClassName | string | ` "system-cluster-critical " ` | Priority class to be used for the pod. |
61
61
| resources.limits.cpu | string | ` "100m" ` | |
62
62
| resources.limits.memory | string | ` "256Mi" ` | |
63
63
| resources.requests.cpu | string | ` "100m" ` | |
Original file line number Diff line number Diff line change 74
74
port : probes
75
75
scheme : HTTP
76
76
path : /readyz
77
+ priorityClassName : {{ .Values.priorityClassName }}
77
78
securityContext :
78
79
{{ with .Values.securityContext }}
79
80
{{- toYaml . | nindent 8}}
Original file line number Diff line number Diff line change @@ -98,5 +98,5 @@ tolerations: []
98
98
# Allow scheduling of Deployment on all nodes
99
99
# - operator: "Exists"
100
100
101
- # -- Optional priority class to be used for the pod.
102
- priorityClassName : " "
101
+ # -- Priority class to be used for the pod.
102
+ priorityClassName : system-cluster-critical
You can’t perform that action at this time.
0 commit comments