homelab/kubernetes/apps/production/drone/kustomization.yaml
Liam 1ac657d4f7
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 17s
guess i can't make it pretty :c
2024-09-23 22:41:55 +01:00

18 lines
281 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: drone-ci
resources:
- namespace.yaml
- sealed-secrets.yaml
# Server
- pvc.yaml
- server-deployment.yaml
- service.yaml
- ingress.yaml
# Runner
- runner-deployment.yaml
- rbac.yaml