commit inicial
This commit is contained in:
15
k8s/overlays/prd/litellm-patch.yaml
Normal file
15
k8s/overlays/prd/litellm-patch.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: litellm
|
||||
namespace: litellm
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: litellm
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: litellm-env
|
||||
- secretRef:
|
||||
name: litellm-secrets-prd
|
||||
Reference in New Issue
Block a user