-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.prod.yaml
64 lines (54 loc) · 1.19 KB
/
values.prod.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
replicaCount: 0
image:
repository: registry.prod.intra.fph.hu/docker/participatory-client
pullPolicy: Always
tag: "latest"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
service:
type: ClusterIP
port: 80
app:
nodeEnv: "production"
port: "8081"
ingress:
enabled: true
className: "public"
annotations:
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/preserve-trailing-slash: "true"
nginx.ingress.kubernetes.io/proxy-body-size: "50m"
nginx.org/client-max-body-size: "50m"
nginx.org/proxy-connect-timeout: "120s"
nginx.org/proxy-read-timeout: "120s"
hosts:
- host: otlet.budapest.hu
paths:
- path: /
pathType: Prefix
tls:
- secretName: wildcard-budapest-hu-tls
hosts:
- otlet.budapest.hu
resources:
limits:
memory: 2Gi
cpu: 2000m
requests:
memory: 200Mi
cpu: 100m
autoscaling:
enabled: true
minReplicas: 5
maxReplicas: 12
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
healtCheck:
path: /
startup:
initialDelaySeconds: 120
periodSeconds: 10
liveness:
failureThreshold: 30
periodSeconds: 10