mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-03 13:44:33 -04:00
path update for helm charts (#749)
This commit is contained in:
commit
aadf300e5e
@ -21,7 +21,7 @@ version: 0.0.0
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
# It is recommended to use it with quotes.
|
||||
appVersion: "4.7.0"
|
||||
appVersion: "0.0.0"
|
||||
|
||||
dependencies:
|
||||
- condition: meilisearch.enabled
|
||||
|
@ -80,7 +80,9 @@ spec:
|
||||
{{- end }}
|
||||
env:
|
||||
- name: TRANSCODER_URL
|
||||
value: "http://{{ include "kyoo.transcoder.fullname" . }}:7666"
|
||||
value: "http://{{ include "kyoo.transcoder.fullname" . }}:7666/video"
|
||||
- name: KYOO_PREFIX
|
||||
value: "/api"
|
||||
- name: PUBLIC_URL
|
||||
value: {{ .Values.kyoo.address | quote }}
|
||||
- name: REQUIRE_ACCOUNT_VERIFICATION
|
||||
|
@ -52,7 +52,7 @@ spec:
|
||||
{{- end }}
|
||||
env:
|
||||
- name: KYOO_URL
|
||||
value: "http://{{ include "kyoo.back.fullname" . }}:5000"
|
||||
value: "http://{{ include "kyoo.back.fullname" . }}:5000/api"
|
||||
{{- with (concat .Values.global.extraEnv .Values.front.kyoo_front.extraEnv) }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
|
@ -57,7 +57,7 @@ spec:
|
||||
key: {{ .Values.kyoo.apikey.apikeyKey }}
|
||||
name: {{ .Values.kyoo.apikey.existingSecret }}
|
||||
- name: KYOO_URL
|
||||
value: "http://{{ include "kyoo.back.fullname" . }}:5000"
|
||||
value: "http://{{ include "kyoo.back.fullname" . }}:5000/api"
|
||||
- name: LIBRARY_LANGUAGES
|
||||
value: {{ .Values.kyoo.languages | quote }}
|
||||
- name: THEMOVIEDB_APIKEY
|
||||
|
@ -61,7 +61,7 @@ spec:
|
||||
key: {{ .Values.kyoo.apikey.apikeyKey }}
|
||||
name: {{ .Values.kyoo.apikey.existingSecret }}
|
||||
- name: KYOO_URL
|
||||
value: "http://{{ include "kyoo.back.fullname" . }}:5000"
|
||||
value: "http://{{ include "kyoo.back.fullname" . }}:5000/api"
|
||||
- name: LIBRARY_LANGUAGES
|
||||
value: {{ .Values.kyoo.languages | quote }}
|
||||
- name: RABBITMQ_HOST
|
||||
|
Loading…
x
Reference in New Issue
Block a user