-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvalues.yaml
43 lines (34 loc) · 1.01 KB
/
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
# Default values for atlanters-anonymous.
replicaCount: 2
image:
repository: atlantbh/atlanters-anonymous
tag: latest
pullPolicy: Always
service:
type: ClusterIP
port: 80
ingress:
enabled: true
sslRedirect: true
annotations:
alb.ingress.kubernetes.io/group.name: abh
alb.ingress.kubernetes.io/certificate-arn: CERT_ARN
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/target-type: ip
kubernetes.io/ingress.class: alb
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"}}'
paths:
- /*
hosts:
- atlantersanonymous.example.com
tls: {}
config:
dbHost: atlanters-anonymous-pg-postgresql
dbSecret: atlanters-anonymous-pg-postgresql
smtpSecret: atlanters-anonymous-smtp
appSecret: atlanters-anonymous-app
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}