121 lines
2.8 KiB
YAML
121 lines
2.8 KiB
YAML
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: camunda
|
|
namespace: camunda
|
|
spec:
|
|
interval: 5m
|
|
timeout: 15m
|
|
values:
|
|
global:
|
|
image:
|
|
pullSecrets:
|
|
- name: regcred
|
|
identity:
|
|
auth:
|
|
publicIssuerUrl: "https://camunda-keycloak.contour.infra.sarex.tech/auth/realms/camunda-platform"
|
|
identity:
|
|
redirectUrl: "https://camunda-identity.contour.infra.sarex.tech"
|
|
operate:
|
|
redirectUrl: "https://camunda-operate.contour.infra.sarex.tech"
|
|
tasklist:
|
|
redirectUrl: "https://camunda-tasklist.contour.infra.sarex.tech"
|
|
optimize:
|
|
redirectUrl: "https://camunda-optimize.contour.infra.sarex.tech"
|
|
webModeler:
|
|
redirectUrl: "https://camunda-web-modeler.contour.infra.sarex.tech"
|
|
console:
|
|
redirectUrl: "https://camunda-console.contour.infra.sarex.tech"
|
|
identityPostgresql:
|
|
primary:
|
|
persistence:
|
|
size: 10Gi
|
|
storageClass: local-path
|
|
identityKeycloak:
|
|
global:
|
|
storageClass: local-path
|
|
tolerations: []
|
|
postgresql:
|
|
primary:
|
|
persistence:
|
|
size: 10Gi
|
|
storageClass: local-path
|
|
postgresql:
|
|
primary:
|
|
persistence:
|
|
size: 10Gi
|
|
storageClass: local-path
|
|
elasticsearch:
|
|
master:
|
|
persistence:
|
|
size: 10Gi
|
|
storageClass: local-path
|
|
tolerations: []
|
|
metrics:
|
|
enabled: false
|
|
serviceMonitor:
|
|
enabled: false
|
|
prometheusRule:
|
|
enabled: false
|
|
tolerations: []
|
|
camundaCanary:
|
|
enabled: false
|
|
prometheusServiceMonitor:
|
|
enabled: false
|
|
console:
|
|
image:
|
|
pullSecrets:
|
|
- name: regcred
|
|
tolerations: []
|
|
zeebe:
|
|
pvcStorageClassName: local-path
|
|
image:
|
|
pullSecrets:
|
|
- name: regcred
|
|
tolerations: []
|
|
zeebeGateway:
|
|
image:
|
|
pullSecrets:
|
|
- name: regcred
|
|
tolerations: []
|
|
operate:
|
|
image:
|
|
pullSecrets:
|
|
- name: regcred
|
|
tolerations: []
|
|
tasklist:
|
|
image:
|
|
pullSecrets:
|
|
- name: regcred
|
|
tolerations: []
|
|
optimize:
|
|
image:
|
|
pullSecrets:
|
|
- name: regcred
|
|
tolerations: []
|
|
executionIdentity:
|
|
image:
|
|
pullSecrets:
|
|
- name: regcred
|
|
tolerations: []
|
|
identity:
|
|
image:
|
|
pullSecrets:
|
|
- name: regcred
|
|
tolerations: []
|
|
webModeler:
|
|
image:
|
|
pullSecrets:
|
|
- name: regcred
|
|
restapi:
|
|
tolerations: []
|
|
webapp:
|
|
tolerations: []
|
|
websockets:
|
|
tolerations: []
|
|
connectors:
|
|
image:
|
|
pullSecrets:
|
|
- name: regcred
|
|
tolerations: []
|