delete_basic_auth

This commit is contained in:
irteam su-account 2025-07-17 19:07:56 +09:00
parent b6ee1453e8
commit 6b40c3db30
2 changed files with 2 additions and 16 deletions

View File

@ -3,13 +3,6 @@ kind: Ingress
metadata:
name: prometheus-alertmanager-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.cone-chain.com
secretName: ssl-cc
secretName: ssl-cc

View File

@ -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.cone-chain.com
secretName: ssl-cc
secretName: ssl-cc