Commit ecb163d3 by 蒋勇

d

parent 917dd331
...@@ -23,4 +23,6 @@ spec: ...@@ -23,4 +23,6 @@ spec:
value: testTask value: testTask
- name: TASK_PARAM - name: TASK_PARAM
value: hello,world value: hello,world
---
...@@ -91,6 +91,8 @@ spec: ...@@ -91,6 +91,8 @@ spec:
- name: javapostoss - name: javapostoss
image: registry.cn-beijing.aliyuncs.com/hantang/javapostoss:40.0.0 image: registry.cn-beijing.aliyuncs.com/hantang/javapostoss:40.0.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
volumeMounts: volumeMounts:
- name: shared-data - name: shared-data
mountPath: /tmp/tmjsonfile/ mountPath: /tmp/tmjsonfile/
...@@ -111,3 +113,4 @@ spec: ...@@ -111,3 +113,4 @@ spec:
nodePort: 29700 nodePort: 29700
selector: selector:
app: jiaxiya app: jiaxiya
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