From b680a95d1f1ee30ab43ecc8afd1111bf274558ed Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Tue, 28 Apr 2026 03:33:52 +0000 Subject: [PATCH] fix typos --- infrastructure/gatewayapi/gateway-routes/kustomization.yaml | 4 ++++ infrastructure/gpus/base/vllm-servers/kustomization.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/infrastructure/gatewayapi/gateway-routes/kustomization.yaml b/infrastructure/gatewayapi/gateway-routes/kustomization.yaml index e69de29..58f6bc2 100644 --- a/infrastructure/gatewayapi/gateway-routes/kustomization.yaml +++ b/infrastructure/gatewayapi/gateway-routes/kustomization.yaml @@ -0,0 +1,4 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - route.yaml diff --git a/infrastructure/gpus/base/vllm-servers/kustomization.yaml b/infrastructure/gpus/base/vllm-servers/kustomization.yaml index f3a1b53..15c8559 100644 --- a/infrastructure/gpus/base/vllm-servers/kustomization.yaml +++ b/infrastructure/gpus/base/vllm-servers/kustomization.yaml @@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: #- a100-vllm.yaml - - rtx600-vllm.yaml + - rtx6000-vllm.yaml #- vllm-l4.yaml