argocd-applications/dummyhttp/kustomization.yaml
Sergio Talens-Oliag 979ecd44dc
All checks were successful
multi-semantic-release / multi-semantic-release (push) Successful in 13s
feat(dummyhttp): first version of the application
2025-05-01 14:58:02 +02:00

7 lines
124 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- service.yaml
- ingress.yaml