We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c05445 commit 540edb3Copy full SHA for 540edb3
1 file changed
kubernetes/resources_api/base/deployment.yaml
@@ -21,8 +21,8 @@ spec:
21
containers:
22
- name: app
23
image: operationcode/resources-api:latest
24
- command: ["flask"]
25
- args: ["run", "-h", "0.0.0.0"]
+ command: ["uwsgi"]
+ args: ["--ini", "app.ini"]
26
imagePullPolicy: Always
27
ports:
28
- containerPort: 5000
0 commit comments