Externalize networking (welcome Wild Central!)

This commit is contained in:
2026-07-10 03:49:38 +00:00
parent bb5a76b864
commit dc5518b57f
143 changed files with 691 additions and 1379 deletions

View File

@@ -1,17 +1,15 @@
version: 9.4-3
version: 9.4-4
requires:
- name: smtp
- name: redis
- name: smtp
- name: redis
defaultConfig:
namespace: zulip
domain: "zulip.{{ .cloud.domain }}"
externalDnsDomain: "{{ .cloud.domain }}"
tlsSecretName: wildcard-wild-cloud-tls
domain: zulip.{{ .cloud.domain }}
storage: 2Gi
adminEmail: "{{ .operator.email }}"
adminEmail: '{{ .operator.email }}'
db:
host: zulip-postgres.zulip.svc.cluster.local
port: "5432"
port: '5432'
name: zulip
user: zulip
storage: 2Gi
@@ -19,19 +17,19 @@ defaultConfig:
host: zulip-rabbitmq.zulip.svc.cluster.local
user: zulip
redis:
host: "{{ .apps.redis.host }}"
host: '{{ .apps.redis.host }}'
memcached:
host: zulip-memcached.zulip.svc.cluster.local
smtp:
host: "{{ .apps.smtp.host }}"
port: "{{ .apps.smtp.port }}"
user: "{{ .apps.smtp.user }}"
from: "{{ .apps.smtp.from }}"
host: '{{ .apps.smtp.host }}'
port: '{{ .apps.smtp.port }}'
user: '{{ .apps.smtp.user }}'
from: '{{ .apps.smtp.from }}'
defaultSecrets:
- key: adminPassword
- key: secretKey
- key: postgresPassword
- key: rabbitmqPassword
- key: adminPassword
- key: secretKey
- key: postgresPassword
- key: rabbitmqPassword
requiredSecrets:
- smtp.password
- redis.password
- smtp.password
- redis.password