-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvalues.yaml
48 lines (47 loc) · 1.11 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
44
45
46
47
48
zitadel:
enabled: true
replicaCount: 1
ingress:
enabled: true
className: "nginx"
annotations:
cert-manager.io/cluster-issuer: "letsencrypt"
external-dns.alpha.kubernetes.io/target: "home.terence.cloud"
hosts:
- host: zitadel.terence.cloud
paths:
- path: /
pathType: Prefix
tls:
- secretName: zitadel-tls
hosts:
- zitadel.terence.cloud
zitadel:
masterkey: Ho5wZxih604zs1NdxwBHy6QUQwfziBTW
configmapConfig:
ExternalSecure: true
ExternalDomain: zitadel.terence.cloud
ExternalPort: 443
TLS:
Enabled: false
Database:
Postgres:
Host: zitadel-postgresql
Port: 5432
Database: zitadel
MaxOpenConns: 20
MaxIdleConns: 10
MaxConnLifetime: 30m
MaxConnIdleTime: 5m
User:
Username: postgres
SSL:
Mode: disable
Admin:
Username: postgres
SSL:
Mode: disable
postgresql:
primary:
pgHbaConfiguration: |
host all all all trust