From 071372e26ae4c483e96ef8969a93a9df67de175d Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Thu, 8 Dec 2022 00:36:38 +0800 Subject: [PATCH] Update k8s-deploy-template.yaml --- k8s-deploy-template.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index 4879016..be74cfb 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -20,11 +20,11 @@ spec: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: alibabacloud.com/nodepool-id + - key: schbrain.deploy operator: In values: - - ${NODE_POOL_ID} - terminationGracePeriodSeconds: 30 + - ${NODE_TAG} + terminationGracePeriodSeconds: 20 initContainers: - name: ${APP_NAME}-init image: registry-vpc.cn-hangzhou.aliyuncs.com/acs/busybox @@ -55,7 +55,7 @@ spec: scheme: HTTP path: /actuator/health port: 1024 - initialDelaySeconds: 20 + initialDelaySeconds: 30 failureThreshold: 4 periodSeconds: 10 livenessProbe: -- GitLab