From 043489b27a46f74d85e3718a4199d7ff776f592a Mon Sep 17 00:00:00 2001 From: makefunstuff Date: Mon, 1 Jul 2024 13:17:26 +0300 Subject: mastodon --- third-party-apps/mastodon/Chart.yaml | 11 +++++++++++ third-party-apps/mastodon/values.yaml | 18 ++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 third-party-apps/mastodon/Chart.yaml create mode 100644 third-party-apps/mastodon/values.yaml (limited to 'third-party-apps') diff --git a/third-party-apps/mastodon/Chart.yaml b/third-party-apps/mastodon/Chart.yaml new file mode 100644 index 0000000..9904f69 --- /dev/null +++ b/third-party-apps/mastodon/Chart.yaml @@ -0,0 +1,11 @@ +apiVersion: v2 +name: mastodon +description: A Helm chart for setting up mastodon instance +version: 0.1.0 +appVersion: "1.0" + +dependencies: + - name: mastodon + version: 1.0.5 + repository: "https://charts.codechem.com" + 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: -- cgit 1.4.1-2-gfad0