fix: remove langfuse to unblock argocd
This commit is contained in:
parent
02694cb7c6
commit
ae406af473
|
|
@ -54,20 +54,7 @@ spec:
|
|||
key: DATABASE_URL
|
||||
- name: STORE_MODEL_IN_DB
|
||||
value: "True"
|
||||
- name: LANGFUSE_PUBLIC_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: litellm-langfuse
|
||||
key: public_key
|
||||
optional: true
|
||||
- name: LANGFUSE_SECRET_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: litellm-langfuse
|
||||
key: secret_key
|
||||
optional: true
|
||||
- name: LANGFUSE_HOST
|
||||
value: "http://langfuse.observability.svc.cluster.local:3000"
|
||||
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
|
|
|
|||
|
|
@ -21,26 +21,4 @@ spec:
|
|||
- secretKey: DATABASE_URL
|
||||
remoteRef:
|
||||
key: DATABASE_URL
|
||||
---
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: litellm-langfuse-keys
|
||||
namespace: ai-core
|
||||
spec:
|
||||
refreshInterval: 1h
|
||||
secretStoreRef:
|
||||
kind: ClusterSecretStore
|
||||
name: infisical-litellm
|
||||
target:
|
||||
name: litellm-langfuse
|
||||
creationPolicy: Owner
|
||||
data:
|
||||
- secretKey: public_key
|
||||
remoteRef:
|
||||
key: /agentic-os/langfuse
|
||||
property: public_key
|
||||
- secretKey: secret_key
|
||||
remoteRef:
|
||||
key: /agentic-os/langfuse
|
||||
property: secret_key
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue