toy/kustomize/app/kustomization.yaml
Ryan Cavicchioni ac5f98d865
All checks were successful
Gitea Actions Demo / lint (push) Successful in 1m31s
Gitea Actions Demo / test (push) Successful in 1m20s
Gitea Actions Demo / release-image (push) Successful in 1m3s
Remove Deployment in favor of a Rollout
2024-08-11 18:02:48 -05:00

10 lines
162 B
YAML

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