kustomize
This commit is contained in:
23
argocd/kustomization.yaml
Normal file
23
argocd/kustomization.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: infrastructure
|
||||
|
||||
# Include all infrastructure Application manifests as-is (no templating or modification)
|
||||
resources:
|
||||
# Platform components
|
||||
- infra/traefik-application.yaml
|
||||
- infra/cert-manager-application.yaml
|
||||
- infra/cluster-resources-application.yaml
|
||||
- infra/kyverno.yaml
|
||||
- infra/sealedsecrets.yaml
|
||||
- infra/trivy.yaml
|
||||
|
||||
# Monitoring stack
|
||||
- infra/prometheus.yaml
|
||||
- infra/grafana.yaml
|
||||
- infra/loki.yaml
|
||||
- infra/fluent-bit.yaml
|
||||
|
||||
# Business applications (currently empty, will auto-include any YAML files added)
|
||||
- apps/
|
||||
Reference in New Issue
Block a user