clean up test commands from yaml

Signed-off-by: akhilac1 <chetlapalle.akhila@gmail.com>
This commit is contained in:
akhilac1 2022-06-04 16:13:39 +05:30
parent b866cd6cfe
commit 8d50f5d776
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@ spec:
env:
- name: APP_PORT
value: "5001"
command: ["/bin/sh"]
args: ["-c","python3 app.py"]
ports:
- containerPort: 5001
imagePullPolicy: Always