switch prometheus to letsencrypt staging to debug the basicauth ingresses
This commit is contained in:
parent
9972c1598c
commit
03df120bbe
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ metadata:
|
||||||
namespace: prometheus
|
namespace: prometheus
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: "nginx"
|
kubernetes.io/ingress.class: "nginx"
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-staging
|
||||||
acme.cert-manager.io/http01-edit-in-place: "false"
|
acme.cert-manager.io/http01-edit-in-place: "false"
|
||||||
ingress.kubernetes.io/ssl-redirect: "false"
|
ingress.kubernetes.io/ssl-redirect: "false"
|
||||||
nginx.org/basic-auth-secret: prometheus-basic-auth-secret
|
nginx.org/basic-auth-secret: prometheus-basic-auth-secret
|
||||||
|
@ -35,7 +35,7 @@ metadata:
|
||||||
namespace: prometheus
|
namespace: prometheus
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: "nginx"
|
kubernetes.io/ingress.class: "nginx"
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-staging
|
||||||
acme.cert-manager.io/http01-edit-in-place: "false"
|
acme.cert-manager.io/http01-edit-in-place: "false"
|
||||||
ingress.kubernetes.io/ssl-redirect: "false"
|
ingress.kubernetes.io/ssl-redirect: "false"
|
||||||
nginx.org/basic-auth-secret: prometheus-basic-auth-secret
|
nginx.org/basic-auth-secret: prometheus-basic-auth-secret
|
||||||
|
|
Loading…
Reference in a new issue