-
Notifications
You must be signed in to change notification settings - Fork 0
/
traefik_values_template.yaml
52 lines (50 loc) · 1.11 KB
/
traefik_values_template.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
# values.yaml
rbac:
enabled: true
service:
externalIPs:
- __IP__
providers:
kubernetesCRD:
enabled: true
kubernetesIngress:
enabled: true
ingressClass:
enabled: true
isDefaultClass: true
ingressRoute:
dashboard:
enabled: true
logs:
general:
level: DEBUG
access:
enabled: true
headers:
defaultMode: keep
ports:
web:
redirectTo: websecure
websecure:
tls:
enabled: true
domains:
- main: __IP__.nip.io
sans:
- '*.production.__IP__.nip.io'
- '*.staging.__IP__.nip.io'
- '*.development.__IP__.nip.io'
- '*.gitlab.__IP__.nip.io'
- production.__IP__.nip.io
- staging.__IP__.nip.io
- development.__IP__.nip.io
- gitlab.__IP__.nip.io
- minio.__IP__.nip.io
- registry.__IP__.nip.io
- app1.__IP__.nip.io
- app2.__IP__.nip.io
- service1.__IP__.nip.io
- service2.__IP__.nip.io
- dashboard.__IP__.nip.io
- mailhog.__IP__.nip.io
- traefik.__IP__.nip.io