toy/kustomize/kustomization.yaml
Ryan Cavicchioni 5d70a30ecd
All checks were successful
Gitea Actions Demo / lint (push) Successful in 1m21s
Gitea Actions Demo / test (push) Successful in 1m14s
Gitea Actions Demo / release-image (push) Successful in 1m1s
Add storage
2024-07-27 19:26:20 -05:00

10 lines
166 B
YAML

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