Skip to content
Snippets Groups Projects
Commit a42978b2 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

activate probes with /wiki/ prefix

parent 07a62433
No related branches found
No related tags found
1 merge request!209Public as mount volume
Pipeline #121454 waiting for manual action with stages
in 6 minutes and 31 seconds
...@@ -145,7 +145,7 @@ deploy:meilisearch:prod: ...@@ -145,7 +145,7 @@ deploy:meilisearch:prod:
url: "https://${MEILI_HOST_PROD}" url: "https://${MEILI_HOST_PROD}"
############### DELETE RELEASE
delete-meili-helm-release: delete-meili-helm-release:
rules: rules:
......
...@@ -41,11 +41,11 @@ spec: ...@@ -41,11 +41,11 @@ spec:
protocol: TCP protocol: TCP
livenessProbe: livenessProbe:
httpGet: httpGet:
path: / path: /wiki/
port: http port: http
readinessProbe: readinessProbe:
httpGet: httpGet:
path: / path: /wiki/
port: http port: http
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment