actualizacion domingo

This commit is contained in:
2025-05-04 09:09:43 +00:00
parent 8ed2a07946
commit a4078ea882
26 changed files with 650 additions and 17 deletions

View File

@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: nextcloud
image: nextcloud:27
image: nextcloud:31
env:
- name: MYSQL_PASSWORD
value: nextcloud
@ -29,7 +29,13 @@ spec:
volumeMounts:
- mountPath: /var/www/html
name: nextcloud-storage
- mountPath: /var/www/html/config/custom.config.php
name: custom-config
subPath: custom.config.php
volumes:
- name: nextcloud-storage
persistentVolumeClaim:
claimName: nextcloud-pvc
claimName: nextcloud-pvc
- name: custom-config
configMap:
name: nextcloud-custom-config