Externalize networking (welcome Wild Central!)
This commit is contained in:
@@ -1,32 +1,30 @@
|
||||
version: 3.3.12-1
|
||||
version: 3.3.12-2
|
||||
requires:
|
||||
- name: postgres
|
||||
- name: redis
|
||||
- name: smtp
|
||||
- name: postgres
|
||||
- name: redis
|
||||
- name: smtp
|
||||
defaultConfig:
|
||||
namespace: indico
|
||||
externalDnsDomain: "{{ .cloud.domain }}"
|
||||
domain: "indico.{{ .cloud.domain }}"
|
||||
tlsSecretName: wildcard-wild-cloud-tls
|
||||
domain: indico.{{ .cloud.domain }}
|
||||
storage: 2Gi
|
||||
timezone: UTC
|
||||
db:
|
||||
host: "{{ .apps.postgres.host }}"
|
||||
port: "{{ .apps.postgres.port }}"
|
||||
host: '{{ .apps.postgres.host }}'
|
||||
port: '{{ .apps.postgres.port }}'
|
||||
name: indico
|
||||
user: indico
|
||||
redis:
|
||||
host: "{{ .apps.redis.host }}"
|
||||
port: "6379"
|
||||
host: '{{ .apps.redis.host }}'
|
||||
port: '6379'
|
||||
smtp:
|
||||
host: "{{ .apps.smtp.host }}"
|
||||
port: "{{ .apps.smtp.port }}"
|
||||
from: "{{ .apps.smtp.from }}"
|
||||
user: "{{ .apps.smtp.user }}"
|
||||
host: '{{ .apps.smtp.host }}'
|
||||
port: '{{ .apps.smtp.port }}'
|
||||
from: '{{ .apps.smtp.from }}'
|
||||
user: '{{ .apps.smtp.user }}'
|
||||
defaultSecrets:
|
||||
- key: dbPassword
|
||||
- key: secretKey
|
||||
- key: dbPassword
|
||||
- key: secretKey
|
||||
requiredSecrets:
|
||||
- postgres.password
|
||||
- redis.password
|
||||
- smtp.password
|
||||
- postgres.password
|
||||
- redis.password
|
||||
- smtp.password
|
||||
|
||||
Reference in New Issue
Block a user