-
Notifications
You must be signed in to change notification settings - Fork 21
/
camunda-values.yaml
101 lines (90 loc) · 2.43 KB
/
camunda-values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Chart values for the Camunda Platform 8 Helm chart.
# This file deliberately contains only the values that differ from the defaults.
# For changes and documentation, use your favorite diff tool to compare it with:
# https://github.com/camunda/camunda-platform-helm/blob/main/charts/camunda-platform/values.yaml
# See options: https://github.com/camunda/camunda-platform-helm/blob/main/charts/camunda-platform/README.md
global:
ingress:
enabled: true
className: nginx
host: "dnslabel.location.cloudapp.azure.com"
# annotations:
# cert-manager.io/cluster-issuer: "letsencrypt"
tls:
enabled: true
secretName: "tls-secret"
image:
tag: 8.2.3
# tag: latest
# pullPolicy: Always
identity:
auth:
publicIssuerUrl: "https://dnslabel.location.cloudapp.azure.com/auth/realms/camunda-platform"
operate:
redirectUrl: "https://dnslabel.location.cloudapp.azure.com/operate"
tasklist:
redirectUrl: "https://dnslabel.location.cloudapp.azure.com/tasklist"
optimize:
redirectUrl: "https://dnslabel.location.cloudapp.azure.com/optimize"
operate:
contextPath: "/operate"
tasklist:
contextPath: "/tasklist"
optimize:
contextPath: "/optimize"
identity:
contextPath: "/identity"
fullURL: "https://dnslabel.location.cloudapp.azure.com/identity"
keycloak:
extraEnvVars:
- name: KEYCLOAK_PROXY_ADDRESS_FORWARDING
value: "true"
- name: KEYCLOAK_FRONTEND_URL
value: "https://dnslabel.location.cloudapp.azure.com/auth"
zeebe-gateway:
ingress:
enabled: true
className: nginx
host: "dnslabel.location.cloudapp.azure.com"
replicas: 1
resources:
requests:
memory: "512Mi"
cpu: "250m"
limits:
memory: "2048Mi"
cpu: "1000m"
zeebe:
clusterSize: 1
partitionCount: 1
replicationFactor: 1
pvcSize: 1Gi
resources:
requests:
cpu: "100m"
memory: "512M"
limits:
cpu: "512m"
memory: "2Gi"
spec:
template:
spec:
securityContext:
runAsUser: 1000
containers:
securityContext:
runAsUser: 1000
elasticsearch:
enabled: true
imageTag: 7.17.3
replicas: 1
minimumMasterNodes: 1
# Allow no backup for single node setups
clusterHealthCheckParams: "wait_for_status=yellow&timeout=1s"
resources:
requests:
cpu: "100m"
memory: "512M"
limits:
cpu: "1000m"
memory: "2Gi"