-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathvalues.yml
More file actions
49 lines (45 loc) · 955 Bytes
/
values.yml
File metadata and controls
49 lines (45 loc) · 955 Bytes
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
deployment:
kind: DaemonSet
logs:
general:
# By default, the logs use a text format (common), but you can
# also ask for the json format in the format option
# format: json
# By default, the level is set to ERROR. Alternative logging levels are DEBUG, PANIC, FATAL, ERROR, WARN, and INFO.
level: WARN
# level: DEBUG
ports:
web:
port: 8000
exposedPort: 80
protocol: TCP
redirections:
entryPoint:
to: websecure
scheme: https
permanent: true
websecure:
port: 8443
exposedPort: 443
protocol: TCP
http3:
enabled: false
tls:
enabled: true
options: ""
certResolver: ""
domains: []
middlewares: []
postgresqlrw:
port: 5432
exposedPort: 5432
protocol: TCP
postgresqlro:
port: 5433
exposedPort: 5433
protocol: TCP
service:
enabled: true
type: LoadBalancer
spec:
externalTrafficPolicy: Local