-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy pathvalues-staging.yaml
63 lines (58 loc) · 1.35 KB
/
values-staging.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
apiserver:
baseURL: https://clomonitor.io
ingress:
annotations:
kubernetes.io/ingress.class: alb
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/target-type: ip
alb.ingress.kubernetes.io/listen-ports: '[{ "HTTP": 80 }, { "HTTPS": 443 }]'
alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": {"Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301" }}'
rules:
- http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: ssl-redirect
port:
name: use-annotation
- path: /
pathType: Prefix
backend:
service:
name: apiserver
port:
number: 80
deploy:
replicaCount: 2
resources:
requests:
cpu: 1
memory: 1000Mi
archiver:
cronjob:
resources:
requests:
cpu: 1
memory: 100Mi
notifier:
cronjob:
resources:
requests:
cpu: 1
memory: 100Mi
registrar:
cronjob:
resources:
requests:
cpu: 1
memory: 100Mi
tracker:
cronjob:
resources:
requests:
cpu: 1
memory: 1000Mi
postgresql:
enabled: false