FEAT(goldilocks): add goldilocks labels to applica

- Add namespace.yaml with goldilocks.fairwinds.com/enabled label
- Enable VPA recommendations for all applications
- Update kustomization.yaml to include namespace resources
- Fix namespace names to match actual usage (umami -> analytics)
This commit is contained in:
2025-12-29 00:15:21 +09:00
parent e2ab56bf41
commit c7c7698610
10 changed files with 51 additions and 2 deletions

View File

@@ -4,5 +4,9 @@ kind: Kustomization
resources:
# ArgoCD Application 리소스는 infrastructure/kustomization.yaml에서 관리
# - argocd/umami.yaml
# Namespace with Goldilocks label
- namespace.yaml
- vault/umami-password.yaml
- ingress.yaml

6
umami/namespace.yaml Normal file
View File

@@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: analytics
labels:
goldilocks.fairwinds.com/enabled: "true"