Update grafana nginx

This commit is contained in:
2025-08-09 20:57:13 +10:00
parent 87d1bb8544
commit a7d8ddcde6
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -4,12 +4,12 @@ metadata:
name: grafana-ingress
namespace: default
annotations:
kubernetes.io/ingress.class: "nginx"
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/auth-url: "https://id.junv.cc/oauth2/auth"
nginx.ingress.kubernetes.io/auth-signin: "https://id.junv.cc/oauth2/start?rd=https%3A%2F%2F$host$request_uri"
nginx.ingress.kubernetes.io/auth-url: "https://pass.junv.cc/auth"
nginx.ingress.kubernetes.io/auth-signin: "https://pass.junv.cc/?redirect=https%3A%2F%2F$host$request_uri"
spec:
ingressClassName: nginx
tls:
- hosts:
- grafana.junv.cc
+3 -3
View File
@@ -4,12 +4,12 @@ metadata:
name: prometheus-operator-ingress
namespace: prometheus
annotations:
kubernetes.io/ingress.class: "nginx"
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/auth-url: "https://id.junv.cc/oauth2/auth"
nginx.ingress.kubernetes.io/auth-signin: "https://id.junv.cc/oauth2/start?rd=https%3A%2F%2F$host$request_uri"
nginx.ingress.kubernetes.io/auth-url: "https://pass.junv.cc/auth"
nginx.ingress.kubernetes.io/auth-signin: "https://pass.junv.cc/?redirect=https%3A%2F%2F$host$request_uri"
spec:
ingressClassName: nginx
tls:
- hosts:
- prometheus.junv.cc