Skip to content

Commit

Permalink
fix: change liveliness probe to readiness
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyannn committed Jan 7, 2024
1 parent 93cdda3 commit 4d0e0a4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions langfuse/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,10 @@ spec:
- configMapRef:
name: {{ include "langfuse.configMap" . }}
{{- include "langfuse.additionalSecrets" . }}
livenessProbe:
readinessProbe:
httpGet:
path: /api/public/health
port: http
# readinessProbe:
# httpGet:
# path: /
# port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down

0 comments on commit 4d0e0a4

Please sign in to comment.