-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhelm.yaml
38 lines (33 loc) · 983 Bytes
/
helm.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
mediawikiUser: wikiadmin
mediawikiName: Scouthistoria
mediawikiHost: scouthistoria.dev.scoutapp.se
mediawikiEmail: [email protected]
mediawikiPassword: "" # Empty at installation. Must contain the current value when upgrading.
allowEmptyPassword: no
image:
registry: ghcr.io
repository: scouterna/scouthistoria-wiki
tag: main
pullPolicy: Always
pullSecrets:
- ghcr-pull-secret
mariadb:
auth:
rootPassword: "" # Empty at installation. Must contain the current value when upgrading.
password: "" # Empty at installation. Must contain the current value when upgrading.
service:
type: ClusterIP
ingress:
ingressClassName: nginx
enabled: true
hostname: scouthistoria.dev.scoutapp.se
tls: true
pathType: Prefix
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt
nginx.ingress.kubernetes.io/backend-protocol: http
livenessProbe:
enabled: false
readinessProbe:
enabled: false