names
This commit is contained in:
@@ -119,6 +119,16 @@ spec:
|
||||
value: "1000"
|
||||
- name: MYSQL_DATABASE
|
||||
value: "nextcloud"
|
||||
- name: TRUSTED_PROXIES
|
||||
value: 10.0.0.0/16 fd00::/16 2001::/16 # This includes my router IP address and the CIDR range of the cluster
|
||||
- name: APACHE_DISABLE_REWRITE_IP
|
||||
value: "1"
|
||||
- name: OVERWRITEHOST
|
||||
value: nextcloud.apps.undercloud.dev
|
||||
- name: OVERWRITEPROTOCOL
|
||||
value: https
|
||||
- name: OVERWRITECLIURL
|
||||
value: https://nextcloud.apps.undercloud.dev
|
||||
- name: MYSQL_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
Reference in New Issue
Block a user