change host

This commit is contained in:
2024-04-22 20:29:15 +02:00
parent 1f60f17c2a
commit 89ba23f03b

View File

@ -61,7 +61,7 @@ spec:
- name: MYSQL_DATABASE
value: nextcloud
- name: MYSQL_HOST
value: nextcloud-db
value: localhost
- name: MYSQL_USER
value: nextcloud
- name: PHP_MEMORY_LIMIT
@ -69,7 +69,7 @@ spec:
- name: PHP_UPLOAD_LIMIT
value: 100G
- name: REDIS_HOST
value: redis
value: localhost
- name: MYSQL_PASSWORD
valueFrom:
secretKeyRef: