Removes the full Nextcloud stack (PostgreSQL/CNPG, Valkey, Caddy sidecar) and replaces it with oCIS at drive.tr1ceracop.de. oCIS is self-contained (no external DB/cache needed) with S3ng storage backend on Hetzner Object Storage (bucket: ocis-tr1ceracop). Chart sourced from git via vendir since it is not published to a Helm repo. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
17 lines
354 B
YAML
17 lines
354 B
YAML
apiVersion: v1
|
|
data:
|
|
thumbnails-cleanup-script.sh: |
|
|
#!/bin/sh
|
|
|
|
find /var/lib/ocis/thumbnails \
|
|
-atime \
|
|
30 \
|
|
-exec rm -rf {} \;
|
|
true
|
|
kind: ConfigMap
|
|
metadata:
|
|
annotations:
|
|
a8r.io/repository: ssh://git@git.tr1ceracop.de:222/gitea_admin/k8s-and-chill.git
|
|
name: thumbnails-cleanup-script-configmap
|
|
namespace: ocis
|