forked from llm-d/llm-d-router
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkustomization.yaml
More file actions
25 lines (23 loc) · 781 Bytes
/
Copy pathkustomization.yaml
File metadata and controls
25 lines (23 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ------------------------------------------------------------------------------
# Kubernetes In Docker (KIND) Environment
#
# This will deploy the base development stack on a KIND cluster:
#
# * Istio Control Plane
# * Inference Gateway
#
# This will expose the VLLM simulator via InferencePool and an HTTPRoute.
#
# The vLLM simulator is deployment by a kustomization directory that includes this directory
# ------------------------------------------------------------------------------
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- destination-rules.yaml
- services.yaml
- vllm-render.yaml
- ../../../components/istio-control-plane/
- ../../../components/inference-gateway/
patches:
- path: patch-deployments.yaml
- path: patch-gateways.yaml