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:
@@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1
|
|||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: grafana-ingress
|
name: grafana-ingress
|
||||||
namespace: monitoring
|
namespace: grafana
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/rewrite-target: /
|
nginx.ingress.kubernetes.io/rewrite-target: /
|
||||||
# HTTP를 HTTPS로 자동 리다이렉트
|
# HTTP를 HTTPS로 자동 리다이렉트
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: external-secrets.io/v1beta1
|
|||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: grafana-admin-password
|
name: grafana-admin-password
|
||||||
namespace: monitoring
|
namespace: grafana
|
||||||
spec:
|
spec:
|
||||||
refreshInterval: 1h
|
refreshInterval: 1h
|
||||||
secretStoreRef:
|
secretStoreRef:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apiVersion: external-secrets.io/v1beta1
|
|||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: postgresql-password
|
name: postgresql-password
|
||||||
namespace: monitoring
|
namespace: prometheus
|
||||||
spec:
|
spec:
|
||||||
refreshInterval: 1h
|
refreshInterval: 1h
|
||||||
secretStoreRef:
|
secretStoreRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user