CHORE(goldilocks): disable Goldilocks and Trivy

- Comment out goldilocks/argocd.yaml from kustomization
- Comment out trivy/argocd.yaml from kustomization
- Disable autoSync in both applications
- Server overload mitigation
This commit is contained in:
2025-12-31 16:58:10 +09:00
parent 8da74949b8
commit 114307fa4b

View File

@@ -24,10 +24,7 @@ spec:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: trivy-system namespace: trivy-system
syncPolicy: syncPolicy:
automated: # automated sync disabled - installation cancelled
prune: true
selfHeal: true
allowEmpty: false
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
- PrunePropagationPolicy=foreground - PrunePropagationPolicy=foreground