first commit
This commit is contained in:
24
tests/kustomize/litellm-ingress/kustomization.yaml
Normal file
24
tests/kustomize/litellm-ingress/kustomization.yaml
Normal file
@ -0,0 +1,24 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: ocdp-workload-test
|
||||
nameSuffix: -test
|
||||
resources:
|
||||
- ../../../apps/litellm/base
|
||||
- generated-secret.yaml
|
||||
components:
|
||||
- ../../../apps/litellm/components/ingress
|
||||
patches:
|
||||
- path: configmap-patch.yaml
|
||||
target:
|
||||
kind: ConfigMap
|
||||
name: litellm-config
|
||||
- path: deployment-patch.yaml
|
||||
target:
|
||||
group: apps
|
||||
version: v1
|
||||
kind: Deployment
|
||||
name: litellm
|
||||
- path: ingress-patch.yaml
|
||||
target:
|
||||
kind: Ingress
|
||||
name: litellm
|
||||
Reference in New Issue
Block a user