Skip to content
Snippets Groups Projects
Unverified Commit 86232e68 authored by Joe Friedl's avatar Joe Friedl Committed by GitHub
Browse files

Give web container time to start (#19828)

parent 6c7cdedb
No related branches found
No related tags found
No related merge requests found
......@@ -96,13 +96,18 @@ spec:
containerPort: {{ .Values.mastodon.web.port }}
protocol: TCP
livenessProbe:
tcpSocket:
port: http
readinessProbe:
httpGet:
path: /health
port: http
readinessProbe:
startupProbe:
httpGet:
path: /health
port: http
failureThreshold: 30
periodSeconds: 5
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment