mirror of
https://github.com/truenas/charts.git
synced 2026-05-11 11:06:11 +08:00
* nextcloud: allow tuning opcache memory consuption * Update library/ix-dev/charts/nextcloud/questions.yaml
8 lines
180 B
YAML
8 lines
180 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: "nextcloud-configuration"
|
|
data:
|
|
opcache.ini: |
|
|
opcache.memory_consumption={{ .Values.nextcloud.opcache_memory_consumption }}
|