prometheus loginn delete
This commit is contained in:
parent
1a75711304
commit
4ac9c29b68
|
|
@ -3,13 +3,6 @@ kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: prometheus-ingress
|
name: prometheus-ingress
|
||||||
namespace: monitoring
|
namespace: monitoring
|
||||||
annotations:
|
|
||||||
# 인증 방법 설정: basic auth
|
|
||||||
nginx.ingress.kubernetes.io/auth-type: basic
|
|
||||||
# basic auth 사용자가 들어있는 secret 설정
|
|
||||||
nginx.ingress.kubernetes.io/auth-secret: basic-auth
|
|
||||||
# 인증 요청시 나오는 메세지 설정
|
|
||||||
nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required - admin'
|
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue