mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-25 08:56:51 +00:00
Helm Chart updates
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
f5c32a1a67
commit
91a977e09e
16 changed files with 162 additions and 5 deletions
|
|
@ -21,14 +21,13 @@ spec:
|
|||
io.kompose.network/nextcloud-aio: "true"
|
||||
io.kompose.service: nextcloud-aio-database
|
||||
spec:
|
||||
initContainers:
|
||||
- name: init-volumes
|
||||
image: alpine
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
- "chmod 777 /nextcloud-aio-database /nextcloud-aio-database-dump
|
||||
&& chown 999:999 /nextcloud-aio-database"
|
||||
- chown
|
||||
- 999:999
|
||||
- /nextcloud-aio-database
|
||||
- /nextcloud-aio-database-dump
|
||||
volumeMounts:
|
||||
- name: nextcloud-aio-database-dump
|
||||
mountPath: /nextcloud-aio-database-dump
|
||||
|
|
@ -48,6 +47,8 @@ spec:
|
|||
value: "{{ .Values.TIMEZONE }}"
|
||||
image: nextcloud/aio-postgresql:20230124_100035-{{ .Values.IMAGE_TAG }}
|
||||
name: nextcloud-aio-database
|
||||
ports:
|
||||
- containerPort: 5432
|
||||
volumeMounts:
|
||||
- mountPath: /var/lib/postgresql/data
|
||||
name: nextcloud-aio-database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue