about summary refs log tree commit diff
path: root/third-party-apps/mastodon/values.yaml
blob: 84cfeef2dd9c6db83ff363b95c5df1636f0f6568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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: