Skip to content

Commit

Permalink
feat: add tolerations to statefulset
Browse files Browse the repository at this point in the history
  • Loading branch information
idasilva committed Jun 21, 2024
1 parent e17a9f7 commit bf813be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/chromadb-chart/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ spec:
- mountPath: /chroma/auth/
name: htpasswd-volume
{{- end }}
tolerations:
{{- toYaml .Values.tolerations | nindent 8 }}
containers:
- name: "chromadb"
image: "{{ .Values.image.repository }}:{{ .Values.chromadb.apiVersion | default .Chart.AppVersion }}"
Expand Down

0 comments on commit bf813be

Please sign in to comment.