From 90434d273b1a48217a33931a9adbc8d995a3322d Mon Sep 17 00:00:00 2001 From: Eric Meehan Date: Tue, 31 Mar 2026 19:16:01 -0400 Subject: [PATCH] Copied values for ingress from Gitea helm chart --- mailman3/values.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/mailman3/values.yaml b/mailman3/values.yaml index 5c141f2..970b5a2 100644 --- a/mailman3/values.yaml +++ b/mailman3/values.yaml @@ -12,7 +12,7 @@ #hyperkittyApiKey: supersecret #djangoSecretKey: supersecret -hostname: lists.example.org +hostname: lists.example.com imagePullSecrets: [] nameOverride: "" @@ -70,6 +70,14 @@ service: ingress: enabled: false - tls: [] - className: letsencrypt-prod + className: "" + pathType: Prefix annotations: {} + hosts: + - host: lists.example.com + paths: + - path: / + tls: [] + # - secretName: chart-example-tls + # hosts: + # - git.example.com