25 lines
542 B
YAML
25 lines
542 B
YAML
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
|