We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bf3ee commit 8f484d7Copy full SHA for 8f484d7
1 file changed
charts/thredds/templates/deployment.yaml
@@ -51,16 +51,16 @@ spec:
51
ports:
52
- name: {{ include "kargo.names.name" . }}
53
containerPort: 8080
54
- readinessProbe:
55
- tcpSocket:
+ startupProbe:
+ httpGet:
56
+ path: thredds/catalog.html
57
port: {{ include "kargo.names.name" . }}
- initialDelaySeconds: 60
58
- periodSeconds: 30
+ failureThreshold: 30
59
+ periodSeconds: 20
60
livenessProbe:
61
httpGet:
62
path: thredds/catalog.html
63
- initialDelaySeconds: 120
64
periodSeconds: 60
65
resources:
66
{{- toYaml .Values.resources | nindent 12 }}
0 commit comments