Skip to content

Commit

Permalink
Merge pull request #1 from FlorentMair80/FlorentMair80-patch-1
Browse files Browse the repository at this point in the history
Update statefulset.yaml to defined env CHROMA_LOG_CONFIG
  • Loading branch information
FlorentMair80 authored Sep 12, 2024
2 parents e977f3f + 4f3d9d1 commit 1afeb7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/chromadb-chart/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ spec:
- name: CHROMA_SERVER_HTTP_PORT
value: "{{ .Values.chromadb.serverHttpPort }}"
{{- end }}
{{- if .Values.chromadb.logConfigFileLocation }}
- name: CHROMA_LOG_CONFIG
value: "{{ .Values.chromadb.logConfigFileLocation }}"
{{- end }}
{{- if and .Values.chromadb.auth.enabled (eq .Values.chromadb.auth.type "token") }}
{{- if and (semverCompare ">= 0.4.7" .Values.chromadb.apiVersion) (semverCompare "< 0.5.0" .Values.chromadb.apiVersion) }}
- name: CHROMA_SERVER_AUTH_CREDENTIALS
Expand Down

0 comments on commit 1afeb7e

Please sign in to comment.