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