ADD: added working nextcloud version
This commit is contained in:
@@ -38,18 +38,36 @@ spec:
|
||||
- name: REDIS_HOST
|
||||
value: redis.nextcloud.svc.cluster.local
|
||||
- name: NEXTCLOUD_TRUSTED_DOMAINS
|
||||
value: "henryathome.home64.de,192.168.178.0/24,192.168.178.138"
|
||||
# resources:
|
||||
# requests:
|
||||
# memory: "512Mi"
|
||||
# cpu: "250m"
|
||||
# limits:
|
||||
# memory: "1Gi"
|
||||
# cpu: "1000m"
|
||||
value: "henryathome.home64.de,192.168.178.0/24,192.168.178.138,nextcloud.nextcloud.svc.cluster.local"
|
||||
- name: TRUSTED_PROXIES
|
||||
value: "192.168.178.120"
|
||||
- name: OVERWRITEHOST
|
||||
value: "henryathome.home64.de"
|
||||
- name: OVERWRITEPROTOCOL
|
||||
value: "https"
|
||||
- name: OVERWRITECLIURL
|
||||
value: "https://henryathome.home64.de"
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
cpu: "250m"
|
||||
limits:
|
||||
memory: "4Gi"
|
||||
cpu: "3000m"
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /var/www/html/data # angepasst auf Standard Nextcloud Datadir
|
||||
mountPath: /var/www/html/data
|
||||
- name: config
|
||||
mountPath: /var/www/html/config
|
||||
- name: apps
|
||||
mountPath: /var/www/html/custom_apps
|
||||
volumes:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
claimName: nextcloud-data-pvc
|
||||
claimName: nextcloud-data-pvc
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
claimName: nextcloud-config-pvc
|
||||
- name: apps
|
||||
persistentVolumeClaim:
|
||||
claimName: nextcloud-apps-pvc
|
||||
Reference in New Issue
Block a user