FIX(prometheus): namespaces in grafana

- and prometheus resources
- Update grafana ExternalSecret namespace: monitoring → grafana
- Update grafana Ingress namespace: monitoring → grafana
- Update prometheus ExternalSecret namespace: monitoring → prometheus
- Aligns with per-app namespace strategy
This commit is contained in:
2025-12-29 01:25:53 +09:00
parent 2309254fc9
commit 4e0f27192f
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: grafana-ingress
namespace: monitoring
namespace: grafana
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
# HTTP를 HTTPS로 자동 리다이렉트

View File

@@ -2,7 +2,7 @@ apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: grafana-admin-password
namespace: monitoring
namespace: grafana
spec:
refreshInterval: 1h
secretStoreRef:

View File

@@ -2,7 +2,7 @@ apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: postgresql-password
namespace: monitoring
namespace: prometheus
spec:
refreshInterval: 1h
secretStoreRef: