commit inicial
This commit is contained in:
27
k8s/overlays/box/kustomization.yaml
Normal file
27
k8s/overlays/box/kustomization.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: litellm
|
||||
resources:
|
||||
- ../../base
|
||||
- postgres.yaml
|
||||
- redis.yaml
|
||||
- configmaps.yaml
|
||||
configMapGenerator:
|
||||
- name: litellm-config
|
||||
files:
|
||||
- config.yaml=../../service-config/config.box/config.yaml
|
||||
patches:
|
||||
- target:
|
||||
kind: Ingress
|
||||
name: litellm
|
||||
patch: |-
|
||||
- op: replace
|
||||
path: /spec/rules/0/host
|
||||
value: litellm.box.local
|
||||
- target:
|
||||
kind: Deployment
|
||||
name: litellm
|
||||
patch: |-
|
||||
- op: replace
|
||||
path: /spec/replicas
|
||||
value: 1
|
||||
Reference in New Issue
Block a user