-
Notifications
You must be signed in to change notification settings - Fork 0
/
helmrelease.yaml
75 lines (67 loc) · 1.51 KB
/
helmrelease.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: nextcloud
namespace: nextcloud
spec:
chart:
spec:
chart: nextcloud
version: 6.2.3
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
namespace: nextcloud
name: nextcloud
interval: 1h
driftDetection:
mode: enabled
values:
image:
flavor: fpm-alpine
nextcloud:
host: ${app_url}
podLabels:
policy.gabe565.com/egress-namespace: "true"
policy.gabe565.com/egress-world: "true"
policy.gabe565.com/ingress-ingress: "true"
ingress:
enabled: true
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: 4G
tls:
- secretName: ${certificate_name}
hosts:
- ${app_url}
nginx:
enabled: true
image:
tag: stable-alpine
redis:
enabled: true
auth:
password: ${redis_password}
master:
persistence:
enabled: false
podLabels:
policy.gabe565.com/ingress-namespace: "true"
replica:
replicaCount: 0
internalDatabase:
enabled: false
externalDatabase:
enabled: true
type: postgresql
existingSecret:
enabled: true
secretName: postgresql-app
hostKey: host
databaseKey: dbname
usernameKey: username
passwordKey: password
cronjob:
enabled: true
persistence:
enabled: true
storageClass: longhorn-ssd