File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: bazel-remote
33description : |-
44 Helm chart to deploy [bazel-remote](https://github.com/buchgr/bazel-remote).
55type : application
6- version : 0.0.5
6+ version : 0.0.6
77appVersion : v2.4.1
88home : https://github.com/slamdev/helm-charts/tree/master/charts/bazel-remote
99icon : https://bazel.build/images/bazel-icon.svg
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ Helm chart to deploy [bazel-remote](https://github.com/buchgr/bazel-remote).
3333| nodeSelector | object | ` {} ` | node for scheduler pod assignment |
3434| podAnnotations | object | ` {} ` | annotations to add to the pod |
3535| podSecurityContext | object | ` {} ` | specifies security settings for a pod |
36+ | priorityClassName | string | ` "" ` | set priority class for a pod |
3637| readinessProbe.httpGet.path | string | ` "/status" ` | path for readiness probe |
3738| readinessProbe.httpGet.port | string | ` "http" ` | port for readiness probe |
3839| replicaCount | int | ` 1 ` | number of replicas for bazel-remote deployment. |
Original file line number Diff line number Diff line change 6666 tolerations:
6767 {{- toYaml . | nindent 4 }}
6868{{- end }}
69-
69+ {{- with .Values.priorityClassName }}
70+ priorityClassName: {{ . }}
71+ {{- end }}
7072{{- end -}}
Original file line number Diff line number Diff line change @@ -149,4 +149,7 @@ updateStrategy: {}
149149 # rollingUpdate:
150150 # maxSurge: 0
151151 # maxUnavailable: 25%
152- # type: RollingUpdate
152+ # type: RollingUpdate
153+
154+ # priorityClassName -- set priority class
155+ # priorityClassName: system-cluster-critical
You can’t perform that action at this time.
0 commit comments