From afd978511b2270e692f2a00ded10bf324b51b62d Mon Sep 17 00:00:00 2001 From: zhangdongdong Date: Thu, 20 Jan 2022 14:19:48 +0800 Subject: [PATCH] Update k8s-deploy-template.yaml --- k8s-deploy-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index f961667..d1deaf0 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -23,7 +23,7 @@ spec: image: {IMAGE} imagePullPolicy: "Always" ports: - - containerPort: 8081 + - containerPort: 8082 readinessProbe: httpGet: scheme: HTTP -- GitLab