From beaa9598549c78f95b9a4fe63e964ae12864972a Mon Sep 17 00:00:00 2001 From: ChanghoWoo Date: Thu, 6 Mar 2025 07:41:47 +0000 Subject: [PATCH] add langfuse/1.0.0-rc.2-1 --- charts/langfuse/templates/web/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/langfuse/templates/web/deployment.yaml b/charts/langfuse/templates/web/deployment.yaml index 8679514..7f8692a 100644 --- a/charts/langfuse/templates/web/deployment.yaml +++ b/charts/langfuse/templates/web/deployment.yaml @@ -4,6 +4,8 @@ metadata: name: {{ include "langfuse.fullname" . }}-web labels: {{- include "langfuse.labels" . | nindent 4 }} + annotations: + argocd.argoproj.io/sync-wave: "1" spec: {{- if not .Values.langfuse.web.hpa.enabled }} replicas: {{ .Values.langfuse.web.replicas | default .Values.langfuse.replicas }}