Merge pull request #2716 from dave-b-code/patch-1

Fix S3 liveness and readiness probe endpoint
This commit is contained in:
Chris Lu
2022-02-28 10:10:59 -08:00
committed by GitHub

View File

@@ -130,7 +130,7 @@ spec:
name: swfs-s3 name: swfs-s3
readinessProbe: readinessProbe:
httpGet: httpGet:
path: / path: /status
port: {{ .Values.s3.port }} port: {{ .Values.s3.port }}
scheme: HTTP scheme: HTTP
initialDelaySeconds: 15 initialDelaySeconds: 15
@@ -140,7 +140,7 @@ spec:
timeoutSeconds: 10 timeoutSeconds: 10
livenessProbe: livenessProbe:
httpGet: httpGet:
path: / path: /status
port: {{ .Values.s3.port }} port: {{ .Values.s3.port }}
scheme: HTTP scheme: HTTP
initialDelaySeconds: 20 initialDelaySeconds: 20