From 84dd25b56392418194c445c71d9148794a26cd0f Mon Sep 17 00:00:00 2001 From: liaozan Date: Mon, 14 Mar 2022 23:08:53 +0800 Subject: [PATCH] Update k8s-deploy-template.yaml --- k8s-deploy-template.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index 1bce46c..4fb3d10 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -21,6 +21,9 @@ spec: imagePullPolicy: Always ports: - containerPort: ${PORT} + protocol: TCP + - containerPort: 1024 + protocol: TCP livenessProbe: httpGet: scheme: HTTP -- GitLab