summaryrefslogtreecommitdiff
path: root/data.d/k3s-master/manifests.d/tyilnet/ravenhosting/gollum/auth-proxy.yaml
blob: 0196271f150c1f6d6a81f25d5650352c73b3c41b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
  name: auth-proxy-gollum
  namespace: ravenhosting
spec:
  chart: https://git.tyil.nl/helm/oauth2-proxy/snapshot/oauth2-proxy-497a618778ead59ce985b81031a863dda9ff2126.tar.gz
  valuesContent: |-
    image:
      tag: v7.4.0
    secret:
      enabled: false
    envFrom:
      secretRef:
      - name: auth-proxy-gollum
    ingress:
      enabled: true
      ingressClassName: traefik
      annotations:
        cert-manager.io/cluster-issuer: "letsencrypt-production"
        traefik.ingress.kubernetes.io/router.middlewares: kube-system-redirect-https@kubernetescrd
      tls:
      - secretName: tls-eu.ravenhosting.wiki
        hosts:
        - wiki.ravenhosting.eu
      hosts:
      - host: wiki.ravenhosting.eu
        paths:
        - path: /
          pathType: Prefix
...