Externalize networking (welcome Wild Central!)
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
version: 34.0.0-1
|
||||
version: 34.0.0-2
|
||||
requires:
|
||||
- name: postgres
|
||||
- name: redis
|
||||
- name: postgres
|
||||
- name: redis
|
||||
defaultConfig:
|
||||
namespace: nextcloud
|
||||
externalDnsDomain: '{{ .cloud.domain }}'
|
||||
domain: nextcloud.{{ .cloud.domain }}
|
||||
tlsSecretName: wildcard-wild-cloud-tls
|
||||
storage: 5Gi
|
||||
adminUser: admin
|
||||
db:
|
||||
@@ -17,10 +15,11 @@ defaultConfig:
|
||||
redis:
|
||||
host: '{{ .apps.redis.host }}'
|
||||
defaultSecrets:
|
||||
- key: adminPassword
|
||||
- key: dbPassword
|
||||
- key: dbUrl
|
||||
default: 'postgresql://{{ .app.db.user }}:{{ .secrets.dbPassword }}@{{ .app.db.host }}:{{ .app.db.port }}/{{ .app.db.name }}?sslmode=disable'
|
||||
- key: adminPassword
|
||||
- key: dbPassword
|
||||
- key: dbUrl
|
||||
default: postgresql://{{ .app.db.user }}:{{ .secrets.dbPassword }}@{{ .app.db.host
|
||||
}}:{{ .app.db.port }}/{{ .app.db.name }}?sslmode=disable
|
||||
requiredSecrets:
|
||||
- postgres.password
|
||||
- redis.password
|
||||
- postgres.password
|
||||
- redis.password
|
||||
|
||||
Reference in New Issue
Block a user