toy/kustomize/app/kustomization.yaml
Ryan Cavicchioni 56292510e2
All checks were successful
Gitea Actions Demo / lint (push) Successful in 1m23s
Gitea Actions Demo / test (push) Successful in 1m17s
Gitea Actions Demo / release-image (push) Successful in 1m12s
Add Argo Rollout
2024-08-11 12:29:07 -05:00

11 lines
182 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: toy
resources:
- secret.yaml
- deployment.yaml
- rollout.yaml
- services.yaml
- ingress.yaml