guess i can't make it pretty :c
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 17s

This commit is contained in:
Lee 2024-09-23 22:41:55 +01:00
parent abda2d20e7
commit 1ac657d4f7
8 changed files with 11 additions and 7 deletions

@ -4,10 +4,14 @@ kind: Kustomization
namespace: drone-ci namespace: drone-ci
resources: resources:
- namespace.yaml - namespace.yaml
- ./server/sealed-secrets.yaml - sealed-secrets.yaml
- ./server/pvc.yaml
- ./server/server-deployment.yaml # Server
- ./server/service.yaml - pvc.yaml
- ./server/ingress.yaml - server-deployment.yaml
- ./runner/runner-deployment.yaml - service.yaml
- ./runner/rbac.yaml - ingress.yaml
# Runner
- runner-deployment.yaml
- rbac.yaml