Commit 86590940 authored by 黎博's avatar 黎博

java Deployment 打开command注释

parent 805f400d
...@@ -48,8 +48,8 @@ spec: ...@@ -48,8 +48,8 @@ spec:
- name: {{serviceName}} - name: {{serviceName}}
image: ccr.ccs.tencentyun.com/{{image}} image: ccr.ccs.tencentyun.com/{{image}}
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
# command: [ "/bin/bash", "-ce", "tail -f /dev/null" ] command: [ "/bin/bash", "-ce", "tail -f /dev/null" ]
# args: [ "while true; do sleep 30; done;" ] args: [ "while true; do sleep 30; done;" ]
volumeMounts: volumeMounts:
- mountPath: /home/logs - mountPath: /home/logs
name: filelog name: filelog
......
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