Remove redundant files in nextcloud app

This commit is contained in:
sonicaj
2021-10-12 19:07:40 +05:00
parent 03a0d67de6
commit 18d115f015
3 changed files with 5 additions and 30 deletions

View File

@@ -1,30 +0,0 @@
## Official nextcloud image version
## ref: https://hub.docker.com/r/library/nextcloud/tags/
##
image:
repository: nextcloud
tag: 19.0.3-apache
pullPolicy: IfNotPresent
nextcloud:
host: nextcloud.kube.home
username: admin
password: changeme
datadir: /var/www/html/data
strategy: "Recreate"
service:
nodePort: 9001
appVolumeMounts:
nextcloud-data:
emptyDir: true
mountPath: "/var/www"
postgresAppVolumeMounts:
postgres-data:
emptyDir: true
mountPath: "/var/lib/postgresql/data"
postgres-backup:
emptyDir: true
mountPath: "/postgres_backups"

View File

@@ -10,6 +10,11 @@ image:
pullPolicy: IfNotPresent
repository: nextcloud
tag: '22.2'
nginx:
image:
repository: nginx
tag: 1.21.3
pullPolicy: IfNotPresent
ixChartContext: {}
nextcloud:
datadir: /var/www/html/data