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: ...@@ -46,7 +46,6 @@ spec:
protocol: TCP protocol: TCP
- containerPort: 1024 - containerPort: 1024
protocol: TCP protocol: TCP
#if($PROFILE != 'dev')
startupProbe: startupProbe:
httpGet: httpGet:
scheme: HTTP scheme: HTTP
...@@ -55,6 +54,7 @@ spec: ...@@ -55,6 +54,7 @@ spec:
initialDelaySeconds: 20 initialDelaySeconds: 20
failureThreshold: 18 failureThreshold: 18
periodSeconds: 5 periodSeconds: 5
#if($PROFILE != 'dev')
livenessProbe: livenessProbe:
httpGet: httpGet:
scheme: HTTP 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