-
Notifications
You must be signed in to change notification settings - Fork 0
/
defaults.yaml
61 lines (50 loc) · 952 Bytes
/
defaults.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
rbac:
create: true
psp:
create: true
agent:
deepLivenessProbe: true
host:
iptables: true
tlsCerts:
certFileName: tls.crt
keyFileName: tls.key
caFileName: ca.crt
prometheus:
syncInterval: 60s
servicemonitor:
enabled: true
interval: 90s
resourcs:
requests:
cpu: 50m
memory: 128Mi
limits:
cpu: 150m
memory: 356Mi
server:
# This is to avoid issues with SDK's when
# sessions are refreshed 15mins before they expire
sessionDuration: 30m
gatewayTimeoutCreation: 1s
deployment:
enabled: true
replicas: ${server_replicas}
cache:
syncInterval: 2m
tlsCerts:
certFileName: tls.crt
keyFileName: tls.key
caFileName: ca.crt
prometheus:
syncInterval: 30s
servicemonitor:
enabled: true
interval: 60s
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: 300m
memory: 768Mi