add camunda
This commit is contained in:
parent
b684d038d5
commit
e490a1a578
@ -234,7 +234,7 @@ spec:
|
|||||||
identityKeycloak:
|
identityKeycloak:
|
||||||
global:
|
global:
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
nodeSelector: {}
|
nodeSelector: null
|
||||||
tolerations: []
|
tolerations: []
|
||||||
postgresql:
|
postgresql:
|
||||||
primary:
|
primary:
|
||||||
@ -251,7 +251,7 @@ spec:
|
|||||||
persistence:
|
persistence:
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
nodeSelector: {}
|
nodeSelector: null
|
||||||
tolerations: []
|
tolerations: []
|
||||||
metrics:
|
metrics:
|
||||||
enabled: false
|
enabled: false
|
||||||
@ -259,7 +259,7 @@ spec:
|
|||||||
enabled: false
|
enabled: false
|
||||||
prometheusRule:
|
prometheusRule:
|
||||||
enabled: false
|
enabled: false
|
||||||
nodeSelector: {}
|
nodeSelector: null
|
||||||
tolerations: []
|
tolerations: []
|
||||||
camundaCanary:
|
camundaCanary:
|
||||||
enabled: false
|
enabled: false
|
||||||
@ -269,66 +269,67 @@ spec:
|
|||||||
image:
|
image:
|
||||||
pullSecrets:
|
pullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
nodeSelector: {}
|
nodeSelector: null
|
||||||
tolerations: []
|
tolerations: []
|
||||||
zeebe:
|
zeebe:
|
||||||
|
pvcStorageClassName: local-path
|
||||||
image:
|
image:
|
||||||
pullSecrets:
|
pullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
nodeSelector: {}
|
nodeSelector: null
|
||||||
tolerations: []
|
tolerations: []
|
||||||
zeebeGateway:
|
zeebeGateway:
|
||||||
image:
|
image:
|
||||||
pullSecrets:
|
pullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
nodeSelector: {}
|
nodeSelector: null
|
||||||
tolerations: []
|
tolerations: []
|
||||||
operate:
|
operate:
|
||||||
image:
|
image:
|
||||||
pullSecrets:
|
pullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
nodeSelector: {}
|
nodeSelector: null
|
||||||
tolerations: []
|
tolerations: []
|
||||||
tasklist:
|
tasklist:
|
||||||
image:
|
image:
|
||||||
pullSecrets:
|
pullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
nodeSelector: {}
|
nodeSelector: null
|
||||||
tolerations: []
|
tolerations: []
|
||||||
optimize:
|
optimize:
|
||||||
image:
|
image:
|
||||||
pullSecrets:
|
pullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
nodeSelector: {}
|
nodeSelector: null
|
||||||
tolerations: []
|
tolerations: []
|
||||||
executionIdentity:
|
executionIdentity:
|
||||||
image:
|
image:
|
||||||
pullSecrets:
|
pullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
nodeSelector: {}
|
nodeSelector: null
|
||||||
tolerations: []
|
tolerations: []
|
||||||
identity:
|
identity:
|
||||||
image:
|
image:
|
||||||
pullSecrets:
|
pullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
nodeSelector: {}
|
nodeSelector: null
|
||||||
tolerations: []
|
tolerations: []
|
||||||
webModeler:
|
webModeler:
|
||||||
image:
|
image:
|
||||||
pullSecrets:
|
pullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
restapi:
|
restapi:
|
||||||
nodeSelector: {}
|
nodeSelector: null
|
||||||
tolerations: []
|
tolerations: []
|
||||||
webapp:
|
webapp:
|
||||||
nodeSelector: {}
|
nodeSelector: null
|
||||||
tolerations: []
|
tolerations: []
|
||||||
websockets:
|
websockets:
|
||||||
nodeSelector: {}
|
nodeSelector: null
|
||||||
tolerations: []
|
tolerations: []
|
||||||
connectors:
|
connectors:
|
||||||
image:
|
image:
|
||||||
pullSecrets:
|
pullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
nodeSelector: {}
|
nodeSelector: null
|
||||||
tolerations: []
|
tolerations: []
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user