mirror of https://github.com/dapr/quickstarts.git
clean up test commands from yaml
Signed-off-by: akhilac1 <chetlapalle.akhila@gmail.com>
This commit is contained in:
parent
b866cd6cfe
commit
8d50f5d776
|
@ -25,8 +25,6 @@ spec:
|
||||||
env:
|
env:
|
||||||
- name: APP_PORT
|
- name: APP_PORT
|
||||||
value: "5001"
|
value: "5001"
|
||||||
command: ["/bin/sh"]
|
|
||||||
args: ["-c","python3 app.py"]
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5001
|
- containerPort: 5001
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|
Loading…
Reference in New Issue