diff options
Diffstat (limited to '')
-rw-r--r-- | third-party-apps/mastodon/values.yaml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/third-party-apps/mastodon/values.yaml b/third-party-apps/mastodon/values.yaml deleted file mode 100644 index 84cfeef..0000000 --- a/third-party-apps/mastodon/values.yaml +++ /dev/null @@ -1,18 +0,0 @@ -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: |