Externalize networking (welcome Wild Central!)
This commit is contained in:
@@ -3,10 +3,6 @@ kind: Ingress
|
||||
metadata:
|
||||
name: taiga
|
||||
namespace: {{ .namespace }}
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/target: {{ .externalDnsDomain }}
|
||||
external-dns.alpha.kubernetes.io/cloudflare-proxied: "false"
|
||||
external-dns.alpha.kubernetes.io/ttl: "60"
|
||||
spec:
|
||||
ingressClassName: traefik
|
||||
rules:
|
||||
@@ -20,7 +16,3 @@ spec:
|
||||
name: taiga-gateway
|
||||
port:
|
||||
number: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- {{ .domain }}
|
||||
secretName: {{ .tlsSecretName }}
|
||||
|
||||
@@ -1,30 +1,28 @@
|
||||
version: 6.10.3-2
|
||||
version: 6.10.3-3
|
||||
requires:
|
||||
- name: postgres
|
||||
- name: postgres
|
||||
defaultConfig:
|
||||
namespace: taiga
|
||||
externalDnsDomain: "{{ .cloud.domain }}"
|
||||
domain: taiga.{{ .cloud.domain }}
|
||||
tlsSecretName: wildcard-wild-cloud-tls
|
||||
mediaStorage: 2Gi
|
||||
staticStorage: 2Gi
|
||||
db:
|
||||
host: "{{ .apps.postgres.host }}"
|
||||
port: "{{ .apps.postgres.port }}"
|
||||
host: '{{ .apps.postgres.host }}'
|
||||
port: '{{ .apps.postgres.port }}'
|
||||
name: taiga
|
||||
user: taiga
|
||||
smtp:
|
||||
host: ""
|
||||
port: "587"
|
||||
user: ""
|
||||
host: ''
|
||||
port: '587'
|
||||
user: ''
|
||||
from: taiga@{{ .cloud.domain }}
|
||||
tls: "True"
|
||||
ssl: "False"
|
||||
tls: 'True'
|
||||
ssl: 'False'
|
||||
defaultSecrets:
|
||||
- key: secretKey
|
||||
- key: dbPassword
|
||||
- key: rabbitmqPassword
|
||||
- key: rabbitmqErlangCookie
|
||||
- key: smtpPassword
|
||||
- key: secretKey
|
||||
- key: dbPassword
|
||||
- key: rabbitmqPassword
|
||||
- key: rabbitmqErlangCookie
|
||||
- key: smtpPassword
|
||||
requiredSecrets:
|
||||
- postgres.password
|
||||
- postgres.password
|
||||
|
||||
Reference in New Issue
Block a user