add bunkerweb
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
#kubectl exec -itn nextcloud nextcloud-74898fbb87-zwj78 -c nextcloud -- su -s /bin/bash - www-data
|
||||
# https://github.com/nextcloud/helm/blob/main/charts/nextcloud/values.yaml
|
||||
|
||||
image:
|
||||
repository: nextcloud
|
||||
tag: "30.0.15" #https://hub.docker.com/_/nextcloud/tags?page=1&name=28.
|
||||
tag: "stable" #https://hub.docker.com/_/nextcloud/tags?page=1&name=28.
|
||||
flavor: apache
|
||||
# pullSecrets: regcred
|
||||
|
||||
@@ -184,3 +184,11 @@ redis:
|
||||
|
||||
cronjob:
|
||||
enabled: true
|
||||
|
||||
extraSidecarContainers: []
|
||||
# - name: nextcloud-logger
|
||||
# image: busybox
|
||||
# command: [/bin/sh, -c, 'while ! test -f "/run/nextcloud/data/nextcloud.log"; do sleep 1; done; tail -n+1 -f /run/nextcloud/data/nextcloud.log']
|
||||
# volumeMounts:
|
||||
# - name: nextcloud-data
|
||||
# mountPath: /run/nextcloud/data
|
||||
|
||||
Reference in New Issue
Block a user