summaryrefslogtreecommitdiff
path: root/data.d/k3s-master/manifests.d/tyilnet/cicd-system/auth-proxy.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'data.d/k3s-master/manifests.d/tyilnet/cicd-system/auth-proxy.yaml')
-rw-r--r--data.d/k3s-master/manifests.d/tyilnet/cicd-system/auth-proxy.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/data.d/k3s-master/manifests.d/tyilnet/cicd-system/auth-proxy.yaml b/data.d/k3s-master/manifests.d/tyilnet/cicd-system/auth-proxy.yaml
index cd9aeb9..3b96bf8 100644
--- a/data.d/k3s-master/manifests.d/tyilnet/cicd-system/auth-proxy.yaml
+++ b/data.d/k3s-master/manifests.d/tyilnet/cicd-system/auth-proxy.yaml
@@ -7,9 +7,27 @@ metadata:
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-ci
+ ingress:
+ enabled: true
+ ingressClassName: traefik
+ annotations:
+ cert-manager.io/cluster-issuer: "letsencrypt-production"
+ traefik.ingress.kubernetes.io/router.middlewares: kube-system-redirect-https@kubernetescrd
+ traefik.ingress.kubernetes.io/router.middlewares: kube-system-headers-argo@kubernetescrd
+ tls:
+ - secretName: tls-nl.tyil.ci
+ hosts:
+ - ci.tyil.nl
+ hosts:
+ - host: ci.tyil.nl
+ paths:
+ - path: /
+ pathType: Prefix
...