alpha-alert

This commit is contained in:
irteam su-account 2025-07-11 13:30:33 +09:00
parent b06e227fca
commit 49d7de3add
1 changed files with 3 additions and 10 deletions

View File

@ -3,17 +3,10 @@ kind: Ingress
metadata: metadata:
name: prometheus-alertmanager-ingress name: prometheus-alertmanager-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:
- host: alert.nhngpuaas.com - host: alpha-alert.gpulive.apppaas.io
http: http:
paths: paths:
- backend: - backend:
@ -25,5 +18,5 @@ spec:
pathType: Prefix pathType: Prefix
tls: tls:
- hosts: - hosts:
- alert.nhngpuaas.com - alpha-alert.gpulive.apppaas.io
secretName: nhngpuaas-ssl secretName: gpulive-apppaas-io-ssl