From 04c42d29aa9c121495fed6b09ba7ac74f9ca215f Mon Sep 17 00:00:00 2001 From: zhangdongdong Date: Thu, 20 Jan 2022 14:03:45 +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 65634cb..f961667 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -23,7 +23,7 @@ spec: image: {IMAGE} imagePullPolicy: "Always" ports: - - containerPort: 8080 + - containerPort: 8081 readinessProbe: httpGet: scheme: HTTP -- GitLab