first commit
This commit is contained in:
14
tests/kustomize/litellm-ingress/generated-secret.yaml
Normal file
14
tests/kustomize/litellm-ingress/generated-secret.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: litellm-secrets
|
||||
labels:
|
||||
app.kubernetes.io/name: litellm
|
||||
app.kubernetes.io/component: auth
|
||||
app.kubernetes.io/part-of: ocdp-workload
|
||||
type: Opaque
|
||||
stringData:
|
||||
masterKey: sk-test-master
|
||||
saltKey: sk-test-salt
|
||||
upstreamApiKey: sk-no-key-required
|
||||
upstreamApiBase: http://vllm-server-test:8000/v1
|
||||
Reference in New Issue
Block a user