Commit d6e87b70 authored by liaozan's avatar liaozan 🏀

Add README.md

parent 3714d6cd
### 此项目文件在构建时均采用 Velocity 模板引擎进行变量替换,所以可以在文件中使用 Velocity 语法进行条件控制
\ No newline at end of file
......@@ -46,7 +46,6 @@ spec:
protocol: TCP
- containerPort: 1024
protocol: TCP
#if($PROFILE != 'dev')
startupProbe:
httpGet:
scheme: HTTP
......@@ -55,6 +54,7 @@ spec:
initialDelaySeconds: 20
failureThreshold: 18
periodSeconds: 5
#if($PROFILE != 'dev')
livenessProbe:
httpGet:
scheme: HTTP
......
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