kubernaut/kustomize/app/kustomization.yaml
Ryan Cavicchioni eb051fc070
All checks were successful
Gitea Actions Demo / lint (push) Successful in 2m13s
Gitea Actions Demo / test (push) Successful in 2m8s
Gitea Actions Demo / release-image (push) Successful in 1m58s
remove ingress
2025-03-04 13:54:38 -06:00

10 lines
171 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kipunji
resources:
- secret.yaml
- configmap.yaml
- deployment.yaml
- services.yaml