kustomize

This commit is contained in:
Danijel Simeunovic
2026-02-08 16:01:53 +01:00
parent 3e943b5405
commit 7f2b904669
2 changed files with 56 additions and 39 deletions

23
argocd/kustomization.yaml Normal file
View 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/