Skip to content

Commit 540edb3

Browse files
author
Aaron Suarez
authored
Run the production server instead of the development server (#152)
1 parent 4c05445 commit 540edb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kubernetes/resources_api/base/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ spec:
2121
containers:
2222
- name: app
2323
image: operationcode/resources-api:latest
24-
command: ["flask"]
25-
args: ["run", "-h", "0.0.0.0"]
24+
command: ["uwsgi"]
25+
args: ["--ini", "app.ini"]
2626
imagePullPolicy: Always
2727
ports:
2828
- containerPort: 5000

0 commit comments

Comments
 (0)