mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-30 19:54:16 -04:00
update schema settings
This commit is contained in:
parent
37fe57fdf4
commit
77794fa6f6
@ -75,6 +75,8 @@ spec:
|
|||||||
value: {{ .Values.global.postgres.kyoo_transcoder.host }}
|
value: {{ .Values.global.postgres.kyoo_transcoder.host }}
|
||||||
- name: POSTGRES_PORT
|
- name: POSTGRES_PORT
|
||||||
value: "{{ .Values.global.postgres.kyoo_transcoder.port }}"
|
value: "{{ .Values.global.postgres.kyoo_transcoder.port }}"
|
||||||
|
- name: POSTGRES_SCHEMA
|
||||||
|
value: "{{ .Values.global.postgres.kyoo_transcoder.schema }}"
|
||||||
{{- with (concat .Values.global.extraEnv .Values.transcoder.kyoo_transcoder.extraEnv) }}
|
{{- with (concat .Values.global.extraEnv .Values.transcoder.kyoo_transcoder.extraEnv) }}
|
||||||
{{- toYaml . | nindent 12 }}
|
{{- toYaml . | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -45,6 +45,9 @@ global:
|
|||||||
host: kyoo-postgresql
|
host: kyoo-postgresql
|
||||||
port: 5432
|
port: 5432
|
||||||
database: kyoo_transcoder
|
database: kyoo_transcoder
|
||||||
|
# POSTGRES_SCHEMA disabled means application will not create the schema
|
||||||
|
# and will instead use the user's search path
|
||||||
|
schema: disabled
|
||||||
kyoo_transcoder:
|
kyoo_transcoder:
|
||||||
userKey: postgres_user
|
userKey: postgres_user
|
||||||
passwordKey: postgres_password
|
passwordKey: postgres_password
|
||||||
|
Loading…
x
Reference in New Issue
Block a user