cleanup nextcloud role

This commit is contained in:
ace 2021-02-10 22:13:08 +03:00
parent 1c7c54ebfb
commit 5d916e2223
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0

View File

@ -3,11 +3,6 @@ nextcloud_publish: false
nextcloud_use_external_db: true nextcloud_use_external_db: true
nextcloud_short_name: "nextcloud" nextcloud_short_name: "nextcloud"
nextcloud_default_values: nextcloud_default_values:
image:
repository: nextcloud
tag: 20.0-apache
pullPolicy: Always
replicaCount: 1
ingress: ingress:
enabled: true enabled: true
annotations: annotations:
@ -155,10 +150,6 @@ nextcloud_default_values:
## ##
cronjob: cronjob:
enabled: true enabled: true
# Nexcloud image is used as default but only curl is needed
image:
repository: nextcloud
tag: 20.0-apache
schedule: "*/5 * * * *" schedule: "*/5 * * * *"
annotations: {} annotations: {}
# Set curl's insecure option if you use e.g. self-signed certificates # Set curl's insecure option if you use e.g. self-signed certificates