prometheus loginn delete
This commit is contained in:
parent
1a75711304
commit
4ac9c29b68
|
|
@ -3,13 +3,6 @@ kind: Ingress
|
|||
metadata:
|
||||
name: prometheus-ingress
|
||||
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:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
|
|
@ -26,4 +19,4 @@ spec:
|
|||
tls:
|
||||
- hosts:
|
||||
- prometheus.nhngpuaas.com
|
||||
secretName: nhngpuaas-ssl
|
||||
secretName: nhngpuaas-ssl
|
||||
|
|
|
|||
Loading…
Reference in New Issue