Compare commits
3 Commits
kyoo-0.1.0
...
kyoo-0.1.3
Author | SHA1 | Date | |
---|---|---|---|
649f362824 | |||
732761d73b | |||
0e7627cb7d |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: kyoo
|
name: kyoo
|
||||||
version: 0.1.0
|
version: 0.1.3
|
||||||
description: Chart for Kyoo
|
description: Chart for Kyoo
|
||||||
keywords:
|
keywords:
|
||||||
- media
|
- media
|
||||||
|
@@ -125,13 +125,13 @@ spec:
|
|||||||
- name: OIDC_CLIENT_ID
|
- name: OIDC_CLIENT_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: "{{ .Values.oidc.existingSecretName }}"
|
name: "{{ .Values.config.oidc.existingSecretName }}"
|
||||||
key: "{{ .Values.oidc.clientIdKey }}"
|
key: "{{ .Values.config.oidc.clientIDKey }}"
|
||||||
- name: OIDC_CLIENT_SECRET
|
- name: OIDC_CLIENT_SECRET
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: "{{ .Values.oidc.existingSecretName }}"
|
name: "{{ .Values.config.oidc.existingSecretName }}"
|
||||||
key: "{{ .Values.oidc.clientSecretKey }}"
|
key: "{{ .Values.config.oidc.secretIDKey }}"
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
- name: MEILI_HOST
|
- name: MEILI_HOST
|
||||||
|
@@ -118,13 +118,13 @@ spec:
|
|||||||
- name: OIDC_CLIENT_ID
|
- name: OIDC_CLIENT_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: "{{ .Values.oidc.existingSecretName }}"
|
name: "{{ .Values.config.oidc.existingSecretName }}"
|
||||||
key: "{{ .Values.oidc.clientIdKey }}"
|
key: "{{ .Values.config.oidc.clientIDKey }}"
|
||||||
- name: OIDC_CLIENT_SECRET
|
- name: OIDC_CLIENT_SECRET
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: "{{ .Values.oidc.existingSecretName }}"
|
name: "{{ .Values.config.oidc.existingSecretName }}"
|
||||||
key: "{{ .Values.oidc.clientSecretKey }}"
|
key: "{{ .Values.config.oidc.secretIDKey }}"
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
- name: MEILI_HOST
|
- name: MEILI_HOST
|
||||||
|
@@ -816,11 +816,7 @@ 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 = kyoo
|
|
||||||
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