add bunkerweb

This commit is contained in:
2026-01-04 21:59:56 -05:00
parent 3a494b45cd
commit 8a90d23ce0
7 changed files with 112 additions and 4 deletions

View File

@@ -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