path update for helm charts (#749)

This commit is contained in:
acelinkio 2025-01-03 10:22:31 -08:00 committed by GitHub
commit aadf300e5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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 }}

View File

@ -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

View File

@ -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