toy/kustomize/app/kustomization.yaml
Ryan Cavicchioni 72f083c444
All checks were successful
Gitea Actions Demo / lint (push) Successful in 1m28s
Gitea Actions Demo / test (push) Successful in 1m20s
Gitea Actions Demo / release-image (push) Successful in 1m8s
Add Argo Rollout
2024-08-11 12:56:53 -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