toy/kustomize/kustomization.yaml
Ryan Cavicchioni 9ce79f2f67
All checks were successful
Gitea Actions Demo / lint (push) Successful in 1m27s
Gitea Actions Demo / test (push) Successful in 1m16s
Gitea Actions Demo / release-image (push) Successful in 59s
Add memcached
2024-07-29 10:13:57 -05:00

9 lines
139 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: toy
resources:
- namespace.yaml
- ./app
- ./memcached