commit inicial
This commit is contained in:
9
k8s/overlays/qat/configmaps.yaml
Normal file
9
k8s/overlays/qat/configmaps.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: litellm-env
|
||||
namespace: litellm
|
||||
data:
|
||||
DATABASE_URL: postgresql://litellm:litellm@postgres:5432/litellm
|
||||
REDIS_HOST: redis
|
||||
REDIS_PORT: "6379"
|
||||
Reference in New Issue
Block a user