mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
fix(helm): add sentry options
This commit is contained in:
parent
5728a300af
commit
5ca6eba764
2 changed files with 10 additions and 2 deletions
|
|
@ -53,7 +53,11 @@ spec:
|
||||||
key: spotify-client-secret
|
key: spotify-client-secret
|
||||||
- name: SPOTIFY_USER_FILTER
|
- name: SPOTIFY_USER_FILTER
|
||||||
value: {{ .Values.spotify.userFilter }}
|
value: {{ .Values.spotify.userFilter }}
|
||||||
|
|
||||||
|
- name: SENTRY_ENABLED
|
||||||
|
value: {{ .Values.sentry.enabled }}
|
||||||
|
- name: SENTRY_DSN
|
||||||
|
value: {{ .Values.sentry.dsn }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
|
|
@ -77,4 +77,8 @@ spotify:
|
||||||
userFilter:
|
userFilter:
|
||||||
|
|
||||||
auth:
|
auth:
|
||||||
jwtSecret:
|
jwtSecret:
|
||||||
|
|
||||||
|
sentry:
|
||||||
|
enabled: false
|
||||||
|
dsn: ""
|
||||||
Loading…
Add table
Add a link
Reference in a new issue