summaryrefslogtreecommitdiff
path: root/data.d/k3s-master/manifests.d/tyilnet/base-system/longhorn/auth-proxy.yaml
blob: d3823c19434fd0b8f2e239f0105e7e3c61128efe (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
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
  name: auth-proxy-longhorn
  namespace: base-system
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-longhorn
    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-nl.tyil.longhorn
        hosts:
        - longhorn.tyil.nl
      hosts:
      - host: longhorn.tyil.nl
        paths:
        - path: /
          pathType: Prefix