Refactor Nextcloud configuration: update environment variable keys, enhance Ingress annotations, and add database initialization job with kustomization support.

This commit is contained in:
2025-05-27 17:20:28 -07:00
parent ace1909477
commit 32d51b71ba
7 changed files with 63 additions and 11 deletions

View File

@@ -11,14 +11,14 @@ spec:
spec:
containers:
- name: nextcloud
image: nextcloud:25.0.3-apache
image: nextcloud:REPLACEME
imagePullPolicy: IfNotPresent
env:
- name: NEXTCLOUD_URL
valueFrom:
configMapKeyRef:
name: config
key: DOMAIN_URL
key: NEXTCLOUD_DOMAIN_URL
command:
- /bin/sh
- -c