This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: nextcloud
|
||||
flavor: apache
|
||||
tag:
|
||||
tag: "latest"
|
||||
pullPolicy: Always
|
||||
|
||||
replicaCount: 1
|
||||
@@ -84,7 +84,14 @@ resources:
|
||||
cronjob:
|
||||
enabled: true
|
||||
|
||||
# openssl.cafile = /etc/ssl/certs/ca-certificates.crt
|
||||
#openssl.capath = /etc/ssl/certs
|
||||
|
||||
|
||||
nextcloud:
|
||||
phpConfigs:
|
||||
php.ini: |-
|
||||
memory_limit = 512M
|
||||
extraVolumes:
|
||||
- name: mf-documents
|
||||
persistentVolumeClaim:
|
||||
@@ -131,6 +138,12 @@ nextcloud:
|
||||
- name: it-storage
|
||||
mountPath: /var/www/html/data/marcio.fernandes/files/NeirdStorage
|
||||
configs:
|
||||
# appstore.override.config.php: |-
|
||||
# <?php
|
||||
# $CONFIG = array (
|
||||
# 'appstoreenabled' => true,
|
||||
# 'appstoreurl' => 'https://apps.nextcloud.com/api/v1',
|
||||
# );
|
||||
https.config.php: |-
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
|
||||
Reference in New Issue
Block a user