apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../../base - postgres.yaml - redis.yaml - configmaps.yaml - ../../service-config/Secrets/litellm-secrets-dev.yaml configMapGenerator: - name: litellm-config files: - config.yaml=../../service-config/config.dev/config.yaml patches: - target: kind: Ingress name: litellm patch: |- - op: replace path: /spec/rules/0/host value: litellm.dev.local - target: kind: Deployment name: litellm patch: |- - op: replace path: /spec/replicas value: 1 - path: litellm-patch.yaml