mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-04-02 23:31:56 -04:00
fix(chart): update transcoder pg env vars
This commit is contained in:
parent
6bab124331
commit
2fb393bb45
@ -73,25 +73,23 @@ spec:
|
||||
value: "/dev/dri/renderD128"
|
||||
- name: GOCODER_SAFE_PATH
|
||||
value: {{ .Values.media.baseMountPath | quote }}
|
||||
- name: POSTGRES_USER
|
||||
- name: PGUSER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
key: {{ .Values.global.postgres.kyoo_transcoder.kyoo_transcoder.userKey }}
|
||||
name: {{ .Values.global.postgres.kyoo_transcoder.kyoo_transcoder.existingSecret }}
|
||||
- name: POSTGRES_PASSWORD
|
||||
- name: PGPASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
key: {{ .Values.global.postgres.kyoo_transcoder.kyoo_transcoder.passwordKey }}
|
||||
name: {{ .Values.global.postgres.kyoo_transcoder.kyoo_transcoder.existingSecret }}
|
||||
- name: POSTGRES_DB
|
||||
- name: PGDATABASE
|
||||
value: {{ .Values.global.postgres.kyoo_transcoder.database | quote }}
|
||||
- name: POSTGRES_SERVER
|
||||
- name: PGHOST
|
||||
value: {{ .Values.global.postgres.kyoo_transcoder.host | quote }}
|
||||
- name: POSTGRES_PORT
|
||||
- name: PGPORT
|
||||
value: {{ .Values.global.postgres.kyoo_transcoder.port | quote }}
|
||||
- name: POSTGRES_SCHEMA
|
||||
value: {{ .Values.global.postgres.kyoo_transcoder.schema | quote }}
|
||||
- name: POSTGRES_SSLMODE
|
||||
- name: PGSSLMODE
|
||||
value: {{ .Values.global.postgres.kyoo_transcoder.sslmode | quote }}
|
||||
{{- with (concat .Values.global.extraEnv .Values.transcoder.kyoo_transcoder.extraEnv) }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
|
||||
@ -64,9 +64,6 @@ global:
|
||||
host: kyoo-postgres
|
||||
port: 5432
|
||||
database: kyoo_transcoder
|
||||
# schema disabled means application will not create the schema
|
||||
# and will instead use the user's search path
|
||||
schema: disabled
|
||||
# sslmode valid options are 'require' or 'disable', 'prefer' is not supported
|
||||
sslmode: disable
|
||||
# kyoo_transcoder workload specific settings
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user