Newer
Older
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
nextcloud:
nextcloud:
host: "files.oas.maartendewaard.nl"
password: Set a password here
ingress:
enabled: true
annotations:
# Tell traefik to automatically get a TLS certificate
kubernetes.io/tls-acme: "true"
hosts:
- "files.your.domain"
# Enable and configure MariaDB chart
mariadb:
db:
password: Set a mysql password
master:
persistence:
## Enable PostgreSQL persistence using Persistent Volume Claims.
enabled: true
size: 512Mi
replication:
enabled:
false
rootUser:
password: Set a mysql root user password
onlyoffice-documentserver:
ingress:
enabled: true
paths:
- "/"
hosts:
- "office.your.domain"
onlyoffice:
server_name: "office.your.domain"
mariadb:
enabled: true