Skip to content

Commit

Permalink
Merge pull request #29 from memgraph/fix/add-liveness-readiness-lab-url
Browse files Browse the repository at this point in the history
Fix: Add correct url for liveness/readiness of Lab
  • Loading branch information
tonilastre authored Jun 21, 2024
2 parents 6ac10f0 + cafe408 commit 562d6f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/memgraph-lab/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /
path: /check
port: http
readinessProbe:
httpGet:
path: /
path: /check
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
Expand Down

0 comments on commit 562d6f1

Please sign in to comment.