We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31dd380 commit cbf3c16Copy full SHA for cbf3c16
couchdb/templates/statefulset.yaml
@@ -215,6 +215,9 @@ spec:
215
{{- with .Values.topologySpreadConstraints }}
216
topologySpreadConstraints:
217
{{ toYaml . | indent 8 }}
218
+{{- end }}
219
+{{- with .Values.priorityClassName }}
220
+ priorityClassName: {{ . | quote }}
221
{{- end }}
222
volumes:
223
- name: config-storage
couchdb/values.yaml
@@ -292,3 +292,6 @@ placementConfig:
292
image:
293
repository: caligrafix/couchdb-autoscaler-placement-manager
294
tag: 0.1.0
295
+
296
+# Optional priority class to be used for CouchDB pods
297
+priorityClassName: ""
0 commit comments