forked from camunda/camunda-platform-helm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
57 lines (47 loc) · 834 Bytes
/
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
global:
zeebe: "{{ .Release.Name }}-zeebe"
zeebePort: 26500
elasticsearch:
host: "elasticsearch-master"
port: 9200
clusterName: "elasticsearch"
prefix: zeebe-record
url:
logging:
level:
ROOT: INFO
org.camunda.operate: DEBUG
service:
type: ClusterIP
port: 80
image:
repository: camunda/operate
tag: 1.2.9
resources:
requests:
cpu: 500m
memory: 1Gi
limits:
cpu: 1000m
memory: 2Gi
# Annotations to apply to the deployment
annotations: {}
env:
extraVolumes:
extraVolumeMounts:
serviceAccount:
create: true
name: ""
annotations: {}
labels:
ingress:
enabled: true
className: nginx
annotations:
ingress.kubernetes.io/rewrite-target: "/"
nginx.ingress.kubernetes.io/ssl-redirect: "false"
path: /
host:
tls:
enabled: false
secretName: