16 lines
282 B
YAML
16 lines
282 B
YAML
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
|