diff options
Diffstat (limited to 'third-party-apps/mastodon/values.yaml')
-rw-r--r-- | third-party-apps/mastodon/values.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/third-party-apps/mastodon/values.yaml b/third-party-apps/mastodon/values.yaml new file mode 100644 index 0000000..84cfeef --- /dev/null +++ b/third-party-apps/mastodon/values.yaml @@ -0,0 +1,18 @@ +mastodon: + ingress: + enabled: true + className: traefik + annotations: + traefik.ingress.kubernetes.io/router.entrypoints: websecure + traefik.ingress.kubernetes.io/router.tls: "true" + traefik.ingress.kubernetes.io/router.tls.certresolver: "default" + traefik.ingress.kubernetes.io/redirect-entry-point: https + cert-manager.io/cluster-issuer: letsencrypt-prod + hosts: + - host: mastodon.topkek.cloud + paths: + - path: / + pathType: Prefix + tls: + - secretName: mastodon-tls + hosts: |