Skip to content

Commit 8f484d7

Browse files
fix: try use a startupProbe for thredds (slow start)
1 parent d5bf3ee commit 8f484d7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

charts/thredds/templates/deployment.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ spec:
5151
ports:
5252
- name: {{ include "kargo.names.name" . }}
5353
containerPort: 8080
54-
readinessProbe:
55-
tcpSocket:
54+
startupProbe:
55+
httpGet:
56+
path: thredds/catalog.html
5657
port: {{ include "kargo.names.name" . }}
57-
initialDelaySeconds: 60
58-
periodSeconds: 30
58+
failureThreshold: 30
59+
periodSeconds: 20
5960
livenessProbe:
6061
httpGet:
6162
path: thredds/catalog.html
6263
port: {{ include "kargo.names.name" . }}
63-
initialDelaySeconds: 120
6464
periodSeconds: 60
6565
resources:
6666
{{- toYaml .Values.resources | nindent 12 }}

0 commit comments

Comments
 (0)