++ move camunda databases external and scale down
This commit is contained in:
parent
67ad879aa3
commit
77b8c84b71
@ -153,6 +153,12 @@ spec:
|
|||||||
enabled: true
|
enabled: true
|
||||||
role: camunda
|
role: camunda
|
||||||
authPath: auth/kubernetes
|
authPath: auth/kubernetes
|
||||||
|
secrets:
|
||||||
|
postgresql:
|
||||||
|
path: secrets/data/camunda/postgresql
|
||||||
|
keys:
|
||||||
|
password: identity-password
|
||||||
|
postgresPassword: postgres-password
|
||||||
image:
|
image:
|
||||||
pullSecrets:
|
pullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
@ -172,6 +178,7 @@ spec:
|
|||||||
console:
|
console:
|
||||||
redirectUrl: "https://camunda-console.contour.infra.sarex.tech"
|
redirectUrl: "https://camunda-console.contour.infra.sarex.tech"
|
||||||
identityPostgresql:
|
identityPostgresql:
|
||||||
|
enabled: false
|
||||||
auth:
|
auth:
|
||||||
usePasswordFiles: true
|
usePasswordFiles: true
|
||||||
primary:
|
primary:
|
||||||
@ -180,7 +187,16 @@ spec:
|
|||||||
size: 10Gi
|
size: 10Gi
|
||||||
storageClass: nfs01
|
storageClass: nfs01
|
||||||
identityKeycloak:
|
identityKeycloak:
|
||||||
|
externalDatabase:
|
||||||
|
host: 10.222.255.162
|
||||||
|
port: 5432
|
||||||
|
user: bn_keycloak
|
||||||
|
database: bitnami_keycloak
|
||||||
|
password: ""
|
||||||
|
existingSecret: ""
|
||||||
|
existingSecretPasswordKey: password
|
||||||
postgresql:
|
postgresql:
|
||||||
|
enabled: false
|
||||||
auth:
|
auth:
|
||||||
usePasswordFiles: true
|
usePasswordFiles: true
|
||||||
primary:
|
primary:
|
||||||
@ -201,7 +217,7 @@ spec:
|
|||||||
key: admin-password
|
key: admin-password
|
||||||
KEYCLOAK_DATABASE_PASSWORD:
|
KEYCLOAK_DATABASE_PASSWORD:
|
||||||
path: secrets/data/camunda/postgresql
|
path: secrets/data/camunda/postgresql
|
||||||
key: password
|
key: keycloak-password
|
||||||
global:
|
global:
|
||||||
storageClass: nfs01
|
storageClass: nfs01
|
||||||
tolerations: []
|
tolerations: []
|
||||||
@ -215,6 +231,8 @@ spec:
|
|||||||
storageClass: nfs01
|
storageClass: nfs01
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
master:
|
master:
|
||||||
|
replicaCount: 1
|
||||||
|
podAntiAffinityPreset: soft
|
||||||
persistence:
|
persistence:
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
storageClass: nfs01
|
storageClass: nfs01
|
||||||
@ -236,12 +254,30 @@ spec:
|
|||||||
- name: regcred
|
- name: regcred
|
||||||
tolerations: []
|
tolerations: []
|
||||||
zeebe:
|
zeebe:
|
||||||
|
clusterSize: "1"
|
||||||
|
partitionCount: "1"
|
||||||
|
replicationFactor: "1"
|
||||||
pvcStorageClassName: nfs01
|
pvcStorageClassName: nfs01
|
||||||
image:
|
image:
|
||||||
pullSecrets:
|
pullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
tolerations: []
|
tolerations: []
|
||||||
zeebeGateway:
|
zeebeGateway:
|
||||||
|
replicas: 1
|
||||||
|
image:
|
||||||
|
pullSecrets:
|
||||||
|
- name: regcred
|
||||||
|
tolerations: []
|
||||||
|
identity:
|
||||||
|
externalDatabase:
|
||||||
|
enabled: true
|
||||||
|
host: 10.222.255.162
|
||||||
|
port: 5432
|
||||||
|
username: identity
|
||||||
|
database: identity
|
||||||
|
password: ""
|
||||||
|
existingSecret: ""
|
||||||
|
existingSecretPasswordKey: password
|
||||||
image:
|
image:
|
||||||
pullSecrets:
|
pullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
@ -272,11 +308,6 @@ spec:
|
|||||||
pullSecrets:
|
pullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
tolerations: []
|
tolerations: []
|
||||||
identity:
|
|
||||||
image:
|
|
||||||
pullSecrets:
|
|
||||||
- name: regcred
|
|
||||||
tolerations: []
|
|
||||||
webModeler:
|
webModeler:
|
||||||
image:
|
image:
|
||||||
pullSecrets:
|
pullSecrets:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user