prometheus loginn delete

This commit is contained in:
root 2025-06-19 13:35:01 +09:00
parent 1a75711304
commit 4ac9c29b68
1 changed files with 1 additions and 8 deletions

View File

@ -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:
@ -26,4 +19,4 @@ spec:
tls: tls:
- hosts: - hosts:
- prometheus.nhngpuaas.com - prometheus.nhngpuaas.com
secretName: nhngpuaas-ssl secretName: nhngpuaas-ssl