From eabc1e5ce4dcde3c6429ee6a99d46710e9d10763 Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Tue, 3 Oct 2023 03:52:12 -0400 Subject: [PATCH] Fix typo in containerPort --- blog/2023-09-02-swift-migration-to-openshift/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2023-09-02-swift-migration-to-openshift/index.md b/blog/2023-09-02-swift-migration-to-openshift/index.md index a6758b2..4c7f042 100644 --- a/blog/2023-09-02-swift-migration-to-openshift/index.md +++ b/blog/2023-09-02-swift-migration-to-openshift/index.md @@ -80,7 +80,7 @@ spec: - name: rinetd image: docker.io/vimagick/rinetd@sha256:b13986b635ac909ae9aa6ef12972fd7071c91fe538e985b26eee77ad248a6158 ports: - - containerPort: 443 + - containerPort: 4443 volumeMounts: - name: config subPath: rinetd.conf