From 353744b8a7bec677c180567607f3db9e493fd5f0 Mon Sep 17 00:00:00 2001 From: Aaron Schlesinger Date: Fri, 5 Feb 2016 13:33:06 -0800 Subject: [PATCH] fix(manifests/deis-minio-rc.yaml): fix container port to match the health server port --- manifests/deis-minio-rc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/deis-minio-rc.yaml b/manifests/deis-minio-rc.yaml index 90bc2af..909e996 100644 --- a/manifests/deis-minio-rc.yaml +++ b/manifests/deis-minio-rc.yaml @@ -23,7 +23,7 @@ spec: value: "8082" ports: - containerPort: 9000 - - containerPort: 8095 + - containerPort: 8082 livenessProbe: httpGet: path: /healthz