Compare commits
5 Commits
kyoo-0.1.3
...
kyoo-0.1.8
Author | SHA1 | Date | |
---|---|---|---|
646e3a2c36 | |||
197ca6ef81 | |||
b8780a7339 | |||
b90968ea85 | |||
d3275f8067 |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: kyoo
|
name: kyoo
|
||||||
version: 0.1.3
|
version: 0.1.8
|
||||||
description: Chart for Kyoo
|
description: Chart for Kyoo
|
||||||
keywords:
|
keywords:
|
||||||
- media
|
- media
|
||||||
|
@@ -62,16 +62,23 @@ spec:
|
|||||||
|
|
||||||
- name: KYOO_URL
|
- name: KYOO_URL
|
||||||
value: http://{{ template "kyoo.fullname" . }}-back.{{ .Release.Namespace }}:{{ .Values.back.service.port }}
|
value: http://{{ template "kyoo.fullname" . }}-back.{{ .Release.Namespace }}:{{ .Values.back.service.port }}
|
||||||
|
|
||||||
|
{{- if .Values.config.secretAPIKey.existingKyooSecretKey }}
|
||||||
- name: KYOO_APIKEYS
|
- name: KYOO_APIKEYS
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: "{{ .Values.config.secretAPIKey.existingSecretName }}"
|
name: "{{ .Values.config.secretAPIKey.existingSecretName }}"
|
||||||
key: "{{ .Values.config.secretAPIKey.existingKyooSecretKey }}"
|
key: "{{ .Values.config.secretAPIKey.existingKyooSecretKey }}"
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
|
{{- if .Values.config.secretAPIKey.existingTMDBSecretKey }}
|
||||||
- name: THEMOVIEDB_APIKEY
|
- name: THEMOVIEDB_APIKEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: "{{ .Values.config.secretAPIKey.existingSecretName }}"
|
name: "{{ .Values.config.secretAPIKey.existingSecretName }}"
|
||||||
key: "{{ .Values.config.secretAPIKey.existingTMDBSecretKey }}"
|
key: "{{ .Values.config.secretAPIKey.existingTMDBSecretKey }}"
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
- name: LIBRARY_LANGUAGES
|
- name: LIBRARY_LANGUAGES
|
||||||
value: "{{ .Values.config.libraryLanguages }}"
|
value: "{{ .Values.config.libraryLanguages }}"
|
||||||
- name: RABBITMQ_HOST
|
- name: RABBITMQ_HOST
|
||||||
|
@@ -65,16 +65,23 @@ spec:
|
|||||||
|
|
||||||
- name: KYOO_URL
|
- name: KYOO_URL
|
||||||
value: http://{{ template "kyoo.fullname" . }}-back.{{ .Release.Namespace }}:{{ .Values.back.service.port }}
|
value: http://{{ template "kyoo.fullname" . }}-back.{{ .Release.Namespace }}:{{ .Values.back.service.port }}
|
||||||
|
|
||||||
|
{{- if .Values.config.secretAPIKey.existingKyooSecretKey }}
|
||||||
- name: KYOO_APIKEYS
|
- name: KYOO_APIKEYS
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: "{{ .Values.config.secretAPIKey.existingSecretName }}"
|
name: "{{ .Values.config.secretAPIKey.existingSecretName }}"
|
||||||
key: "{{ .Values.config.secretAPIKey.existingKyooSecretKey }}"
|
key: "{{ .Values.config.secretAPIKey.existingKyooSecretKey }}"
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
|
{{- if .Values.config.secretAPIKey.existingTMDBSecretKey }}
|
||||||
- name: THEMOVIEDB_APIKEY
|
- name: THEMOVIEDB_APIKEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: "{{ .Values.config.secretAPIKey.existingSecretName }}"
|
name: "{{ .Values.config.secretAPIKey.existingSecretName }}"
|
||||||
key: "{{ .Values.config.secretAPIKey.existingTMDBSecretKey }}"
|
key: "{{ .Values.config.secretAPIKey.existingTMDBSecretKey }}"
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
- name: LIBRARY_LANGUAGES
|
- name: LIBRARY_LANGUAGES
|
||||||
value: "{{ .Values.config.libraryLanguages }}"
|
value: "{{ .Values.config.libraryLanguages }}"
|
||||||
- name: LIBRARY_IGNORE_PATTERN
|
- name: LIBRARY_IGNORE_PATTERN
|
||||||
|
@@ -68,7 +68,7 @@ config:
|
|||||||
# UNLOGGED_PERMISSIONS=overall.read,overall.play
|
# UNLOGGED_PERMISSIONS=overall.read,overall.play
|
||||||
# You can specify this to allow guests users to see your collection without behing able to play videos for example:
|
# You can specify this to allow guests users to see your collection without behing able to play videos for example:
|
||||||
# UNLOGGED_PERMISSIONS=overall.read
|
# UNLOGGED_PERMISSIONS=overall.read
|
||||||
unloggedPermissions: ""
|
unloggedPermissions: overall.read
|
||||||
|
|
||||||
# Specify permissions of new accounts.
|
# Specify permissions of new accounts.
|
||||||
defaultPermissions: overall.read,overall.play
|
defaultPermissions: overall.read,overall.play
|
||||||
@@ -633,7 +633,7 @@ scanner:
|
|||||||
## ref: https://hub.docker.com/r/zoriya/zoriya/kyoo_scanner/tags
|
## ref: https://hub.docker.com/r/zoriya/zoriya/kyoo_scanner/tags
|
||||||
##
|
##
|
||||||
image:
|
image:
|
||||||
repository: zoriya/zoriya/kyoo_scanner
|
repository: zoriya/kyoo_scanner
|
||||||
tag: "4.4.0"
|
tag: "4.4.0"
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
@@ -816,7 +816,11 @@ rabbitmq:
|
|||||||
## Use this instead of `configuration` to add more configuration
|
## Use this instead of `configuration` to add more configuration
|
||||||
## Do not use simultaneously with `extraConfigurationExistingSecret`
|
## Do not use simultaneously with `extraConfigurationExistingSecret`
|
||||||
##
|
##
|
||||||
extraConfiguration: ""
|
extraConfiguration: |-
|
||||||
|
default_vhost = '/'
|
||||||
|
default_permissions.configure = .*
|
||||||
|
default_permissions.read = .*
|
||||||
|
default_permissions.write = .*
|
||||||
|
|
||||||
## Meilisearch
|
## Meilisearch
|
||||||
## https://github.com/meilisearch/meilisearch-kubernetes/blob/main/charts/meilisearch/values.yaml
|
## https://github.com/meilisearch/meilisearch-kubernetes/blob/main/charts/meilisearch/values.yaml
|
||||||
|
Reference in New Issue
Block a user