-
Notifications
You must be signed in to change notification settings - Fork 1
/
values.yaml
56 lines (48 loc) · 918 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
lockboxSecretStore:
enabled: true
externalSecret:
secretId: ""
data: {}
certificateSecretStore:
enabled: true
externalSecret:
certificateId: ""
clusterip:
ports:
# Port that you want to be used for ingress
# shold be first!
- name: http
protocol: TCP
port: 80
targetPort: http
deployment:
replicaCount: 1
image: ""
ports:
# Port name should be http. Check it in ingress.yaml (Hard-coded)
- name: http
containerPort: 8080
protocol: TCP
env: {}
readinessProbe:
enabled: false
data:
httpGet:
path: /actuator/health
port: http
initialDelaySeconds: 50
periodSeconds: 10
securityContext:
privileged: false
resources:
requests:
cpu: "150m"
memory: "400Mi"
limits:
cpu: "250m"
memory: "600Mi"
ingress:
enabled: true
websocketSupport: false
hosts: {}
annotations: {}