first commit

This commit is contained in:
2026-05-28 07:21:15 +00:00
commit 6465520041
57 changed files with 942 additions and 0 deletions

View File

@ -0,0 +1,22 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: ocdp-workload-test
nameSuffix: -test
resources:
- ../../../apps/vllm-server/base
- generated-secret.yaml
components:
- ../../../apps/vllm-server/components/gpu-nvidia
- ../../../apps/vllm-server/components/pvc-cache
- ../../../apps/vllm-server/components/service-loadbalancer
patches:
- path: deployment-patch.yaml
target:
group: apps
version: v1
kind: Deployment
name: vllm-server
- path: pvc-patch.yaml
target:
kind: PersistentVolumeClaim
name: vllm-cache