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

@@ -3,10 +3,6 @@ kind: Ingress
metadata:
name: pretix
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: pretix
port:
number: 80
tls:
- hosts:
- {{ .domain }}
secretName: {{ .tlsSecretName }}

View File

@@ -1,13 +1,11 @@
version: 2026.5.1-1
version: 2026.5.1-2
requires:
- name: postgres
- name: redis
- name: smtp
- name: postgres
- name: redis
- name: smtp
defaultConfig:
namespace: pretix
externalDnsDomain: '{{ .cloud.domain }}'
domain: pretix.{{ .cloud.domain }}
tlsSecretName: wildcard-wild-cloud-tls
storage: 2Gi
currency: EUR
timezone: UTC
@@ -25,9 +23,9 @@ defaultConfig:
from: '{{ .apps.smtp.from }}'
user: '{{ .apps.smtp.user }}'
defaultSecrets:
- key: dbPassword
- key: djangoSecret
- key: smtpPassword
- key: dbPassword
- key: djangoSecret
- key: smtpPassword
requiredSecrets:
- postgres.password
- redis.password
- postgres.password
- redis.password