add vault support
This commit is contained in:
parent
a7716a59e7
commit
bcb7aab9fe
@ -8,6 +8,10 @@ spec:
|
|||||||
timeout: 15m
|
timeout: 15m
|
||||||
values:
|
values:
|
||||||
global:
|
global:
|
||||||
|
vault:
|
||||||
|
enabled: true
|
||||||
|
role: camunda
|
||||||
|
authPath: auth/kubernetes
|
||||||
image:
|
image:
|
||||||
pullSecrets:
|
pullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
@ -27,20 +31,40 @@ spec:
|
|||||||
console:
|
console:
|
||||||
redirectUrl: "https://camunda-console.contour.infra.sarex.tech"
|
redirectUrl: "https://camunda-console.contour.infra.sarex.tech"
|
||||||
identityPostgresql:
|
identityPostgresql:
|
||||||
|
auth:
|
||||||
|
usePasswordFiles: true
|
||||||
primary:
|
primary:
|
||||||
persistence:
|
persistence:
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
identityKeycloak:
|
identityKeycloak:
|
||||||
|
vaultEnv:
|
||||||
|
enabled: true
|
||||||
|
role: camunda
|
||||||
|
authPath: auth/kubernetes
|
||||||
|
envFiles:
|
||||||
|
KEYCLOAK_ADMIN_PASSWORD:
|
||||||
|
path: secrets/data/camunda/keycloak-admin
|
||||||
|
key: admin-password
|
||||||
|
KEYCLOAK_PASSWORD:
|
||||||
|
path: secrets/data/camunda/keycloak-admin
|
||||||
|
key: admin-password
|
||||||
|
KEYCLOAK_DATABASE_PASSWORD:
|
||||||
|
path: secrets/data/camunda/postgresql
|
||||||
|
key: password
|
||||||
global:
|
global:
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
tolerations: []
|
tolerations: []
|
||||||
postgresql:
|
postgresql:
|
||||||
|
auth:
|
||||||
|
usePasswordFiles: true
|
||||||
primary:
|
primary:
|
||||||
persistence:
|
persistence:
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
postgresql:
|
postgresql:
|
||||||
|
auth:
|
||||||
|
usePasswordFiles: true
|
||||||
primary:
|
primary:
|
||||||
persistence:
|
persistence:
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
|
|||||||
@ -13,7 +13,7 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: camunda-contour
|
chart: camunda-contour
|
||||||
version: "11.0.10"
|
version: "11.0.11"
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: yc-oci-charts
|
name: yc-oci-charts
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user