gitops: add kube-prometheus

This commit is contained in:
Jan Novak
2026-01-06 09:57:26 +01:00
parent 7be7e0871c
commit 5bfc1f5fe5
8 changed files with 125 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
```bash
annotations:
nginx.ingress.kubernetes.io/auth-url: "http://oauth2-proxy.oauth2-proxy.svc.cluster.local:4180/oauth2/auth"
nginx.ingress.kubernetes.io/auth-signin: "https://oauth2-proxy.lab.home.hrajfrisbee.cz/oauth2/start?rd=$scheme://$host$escaped_request_uri"
nginx.ingress.kubernetes.io/auth-response-headers: "X-Auth-Request-User,X-Auth-Request-Email,Authorization"
```