summaryrefslogtreecommitdiff
path: root/data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/auth-proxy.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/auth-proxy.yaml')
-rw-r--r--data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/auth-proxy.yaml31
1 files changed, 0 insertions, 31 deletions
diff --git a/data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/auth-proxy.yaml b/data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/auth-proxy.yaml
deleted file mode 100644
index 8388e3a..0000000
--- a/data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/auth-proxy.yaml
+++ /dev/null
@@ -1,31 +0,0 @@
----
-apiVersion: helm.cattle.io/v1
-kind: HelmChart
-metadata:
- name: auth-proxy-prometheus
- namespace: monitoring
-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-prometheus
- 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.prometheus
- hosts:
- - prometheus.tyil.nl
- hosts:
- - host: prometheus.tyil.nl
- paths:
- - path: /
- pathType: Prefix