Files
homelab/k8s/apps/pasarguard/kustomization.yaml
Ultradesu b2a77a6572
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 14s
Check with kubeconform / lint (push) Successful in 1m29s
Auto-update README / Generate README and Create MR (push) Successful in 6s
Reworked pasarguard nodes daemonset.
2025-12-08 17:31:51 +02:00

14 lines
306 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./app.yaml
- ./external-secrets.yaml
- ./deployment.yaml
- ./daemonset.yaml
- ./certificate.yaml
- ./configmap-scripts.yaml
- ./servicemonitor.yaml
- ./configmap-scripts-ingress.yaml
- ./daemonset-ingress.yaml