Skip to content

Commit 0a8bba8

Browse files
authored
Fix the minio probes port reference (sourcegraph#1310)
1 parent 851d369 commit 0a8bba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/minio/minio.Deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ spec:
3939
livenessProbe:
4040
httpGet:
4141
path: /minio/health/live
42-
port: http
42+
port: minio
4343
scheme: HTTP
4444
initialDelaySeconds: 60
4545
timeoutSeconds: 5
4646
readinessProbe:
4747
httpGet:
4848
path: /minio/health/live
49-
port: http
49+
port: minio
5050
scheme: HTTP
5151
periodSeconds: 5
5252
timeoutSeconds: 5

0 commit comments

Comments
 (0)