forked from opencadc/science-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
37 lines (35 loc) · 1.25 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
kubernetesClusterDomain: cluster.local
skaha:
namespace: skaha-system
skahaWorkload:
namespace: skaha-workload
secrets:
# default-certificate: # Match the default-certificate name in traefik.tlsStore.default.defaultCertificate.secretName
# For server domains with self-signed certificates, add the Base64 encoded file content here.
# tls.crt: <base64 encoded server cert>
# tls.key: <base64 encoded server key>
# Don't install Traefik by default. Set to true to add it in. Omitting it defaults to true, so beware.
traefik:
install: false
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: ERROR
access:
# -- To enable access logs
enabled: false
# tlsStore:
# default:
# defaultCertificate:
# # See default-certificate secret(s) above
# secretName: default-certificate
# tlsOptions:
# traefik-client-cert-option:
# clientAuth:
# clientAuthType: VerifyClientCertIfGiven
# secretNames:
# - cacert-secret