From ae406af473232e29ef7739925908900730ad4a81 Mon Sep 17 00:00:00 2001 From: Antigravity Date: Tue, 19 May 2026 23:06:27 -0400 Subject: [PATCH] fix: remove langfuse to unblock argocd --- ai-core/litellm/deployment.yaml | 15 +----------- ai-core/litellm/external-secret-api-keys.yaml | 24 +------------------ 2 files changed, 2 insertions(+), 37 deletions(-) diff --git a/ai-core/litellm/deployment.yaml b/ai-core/litellm/deployment.yaml index 74e96d2..8ae0786 100644 --- a/ai-core/litellm/deployment.yaml +++ b/ai-core/litellm/deployment.yaml @@ -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 diff --git a/ai-core/litellm/external-secret-api-keys.yaml b/ai-core/litellm/external-secret-api-keys.yaml index 306af07..66e2f05 100644 --- a/ai-core/litellm/external-secret-api-keys.yaml +++ b/ai-core/litellm/external-secret-api-keys.yaml @@ -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 +