do: update test truechart
This commit is contained in:
parent
42efc5918c
commit
1be8773a7a
|
@ -8,7 +8,7 @@ spec:
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: vikunja
|
chart: vikunja
|
||||||
version: 3.0.49
|
version: 6.0.22
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: truecharts
|
name: truecharts
|
||||||
|
|
|
@ -6,39 +6,41 @@ metadata:
|
||||||
data:
|
data:
|
||||||
# https://github.com/truecharts/charts/blob/master/charts/stable/vikunja/values.yaml
|
# https://github.com/truecharts/charts/blob/master/charts/stable/vikunja/values.yaml
|
||||||
values.yaml: |
|
values.yaml: |
|
||||||
#image:
|
image:
|
||||||
# tag: unstable
|
tag: unstable
|
||||||
# imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
#frontendImage:
|
frontendImage:
|
||||||
# tag: unstable
|
tag: unstable
|
||||||
# imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
vikunja:
|
configmap:
|
||||||
config: |-
|
config:
|
||||||
auth:
|
data:
|
||||||
openid:
|
vikunja.yaml: |-
|
||||||
# https://vikunja.io/docs/config-options/#openid
|
auth:
|
||||||
# Example: https://github.com/go-vikunja/api/blob/main/config.yml.sample#L289-L312
|
openid:
|
||||||
enabled: true
|
# https://vikunja.io/docs/config-options/#openid
|
||||||
redirecturl: "https://do-test.${domain}/auth/openid/"
|
# Example: https://github.com/go-vikunja/api/blob/main/config.yml.sample#L289-L312
|
||||||
providers:
|
enabled: true
|
||||||
- name: Stackspin
|
redirecturl: "https://do-test.${domain}/auth/openid/"
|
||||||
authurl: "https://sso.${domain}/"
|
providers:
|
||||||
clientid: "${client_id}"
|
- name: Stackspin
|
||||||
clientsecret: "${client_secret}"
|
authurl: "https://sso.${domain}/"
|
||||||
service:
|
clientid: "${client_id}"
|
||||||
frontendurl: "https://do-test.${domain}"
|
clientsecret: "${client_secret}"
|
||||||
motd: "This is a test instance, do not use for production data as it can vanish without notice! Use Stackspin login, as usual."
|
service:
|
||||||
timezone: "CET"
|
frontendurl: "https://do-test.${domain}"
|
||||||
JWTSecret: "${jwt}"
|
motd: "This is a test instance, do not use for production data as it can vanish without notice! Use Stackspin login, as usual."
|
||||||
database:
|
timezone: "CET"
|
||||||
type: postgres
|
JWTSecret: "${jwt}"
|
||||||
host: vikunja-test-postgresql
|
database:
|
||||||
password: "${postgresql_password}"
|
type: postgres
|
||||||
log:
|
host: vikunja-test-postgresql
|
||||||
path: "/app/vikunja"
|
password: "${postgresql_password}"
|
||||||
http: stdout
|
log:
|
||||||
database: stderr
|
path: "/app/vikunja"
|
||||||
databaselevel: debug
|
http: stdout
|
||||||
|
database: stderr
|
||||||
|
databaselevel: debug
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in New Issue