fix: remove langfuse to unblock argocd

This commit is contained in:
Antigravity 2026-05-19 23:06:27 -04:00
parent 02694cb7c6
commit ae406af473
2 changed files with 2 additions and 37 deletions

View File

@ -54,20 +54,7 @@ spec:
key: DATABASE_URL key: DATABASE_URL
- name: STORE_MODEL_IN_DB - name: STORE_MODEL_IN_DB
value: "True" 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: livenessProbe:
httpGet: httpGet:
path: /health path: /health

View File

@ -21,26 +21,4 @@ spec:
- secretKey: DATABASE_URL - secretKey: DATABASE_URL
remoteRef: remoteRef:
key: DATABASE_URL 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