Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
source:
repoURL: https://github.com/PinHouse/PinHouse_CLOUD
targetRevision: main
path: k8s-kustomize/platform/monitoring
path: k8s-kustomize/platform/monitoring/overlays/prod

# 배포 대상 클러스터
destination:
Expand Down
1 change: 1 addition & 0 deletions k8s-helm/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ platform-chart/**/README.md
!platform-chart/**/values.yaml
!platform-chart/**/values-nonprod.yaml
!platform-chart/**/values-prod.yaml
!platform-chart/templates/**/*.yaml

# ========================================
# 로컬 시크릿 매니페스트
Expand Down
7 changes: 6 additions & 1 deletion k8s-helm/platform-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,15 @@ gateway:
# 특수 리스너 (ArgoCD 등)
listeners:
argo:
enabled: true
enabled: false
domain: nonprod.argo.your-domain.com # 🔒 실제 도메인으로 변경
tlsSecretName: your-tls-argo

grafana:
enabled: false
domain: grafana.your-domain.com # 🔒 실제 도메인으로 변경
tlsSecretName: your-tls-grafana

# 접근 제어 (Access Control)
accessControl:
enabled: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ spec:
type: PathPrefix
value: /
backendRefs:
- name: pinhouse-monitoring-core-grafana
- name: monitoring-core-grafana
port: 80
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ========================================
# Grafana HTTPRoute (NGINX Gateway Fabric)
# Grafana HTTPRoute (Prod)
# ========================================

apiVersion: kustomize.config.k8s.io/v1beta1
Expand Down