Commit 071372e2 authored by liaozan's avatar liaozan 🏀

Update k8s-deploy-template.yaml

parent e0bee92e
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment