cron env vars
This commit is contained in:
parent
be018ce05a
commit
a40c30c0fe
@ -20,6 +20,24 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: cron
|
- name: cron
|
||||||
image: nextcloud:latest
|
image: nextcloud:latest
|
||||||
|
env:
|
||||||
|
- name: MYSQL_DATABASE
|
||||||
|
value: nextcloud
|
||||||
|
- name: MYSQL_HOST
|
||||||
|
value: maridb:3306
|
||||||
|
- name: MYSQL_USER
|
||||||
|
value: nextcloud
|
||||||
|
- name: PHP_MEMORY_LIMIT
|
||||||
|
value: 2G
|
||||||
|
- name: PHP_UPLOAD_LIMIT
|
||||||
|
value: 100G
|
||||||
|
- name: REDIS_HOST
|
||||||
|
value: redis
|
||||||
|
- name: MYSQL_PASSWORD
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: nextcloud-secret
|
||||||
|
key: MYSQL_PASSWORD
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/www/html
|
- mountPath: /var/www/html
|
||||||
name: nextcloud-pvc
|
name: nextcloud-pvc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user