forked from notthebee/infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yml
61 lines (54 loc) · 1.25 KB
/
values.yml
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
image:
repository: ghcr.io/shikharbhardwaj/nextcloud
tag: 26.0.3-apache
nextcloud:
host: nextcloud.{{ host }}
podSecurityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
configs:
preview.config.php: |-
<?php
$CONFIG = array (
'enabledPreviewProviders' => [
'OC\Preview\BMP',
'OC\Preview\GIF',
'OC\Preview\JPEG',
'OC\Preview\Krita',
'OC\Preview\MarkDown',
'OC\Preview\MP3',
'OC\Preview\OpenDocument',
'OC\Preview\PNG',
'OC\Preview\TXT',
'OC\Preview\XBitmap',
'OC\Preview\HEIC',
]
);
internalDatabase:
enabled: false
externalDatabase:
enabled: true
type: postgresql
host: nextcloud-postgresql:5432
password: "{{ postgres_nextcloud_pass }}"
global:
postgresql:
auth:
password: "{{ postgres_nextcloud_pass }}"
postgressPassword: "{{ postgres_nextcloud_pass }}"
postgresql:
enabled: true
primary:
podSecurityContext:
enabled: false
persistence:
enabled: true
storageClass: freenas-nfs-csi
size: 10Gi
persistence:
enabled: true
storageClass: freenas-iscsi-csi
nextcloudData:
enabled: true
storageClass: freenas-iscsi-csi