We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc3e58 commit 1ed0001Copy full SHA for 1ed0001
apps/api-v0-shim/base/deployment.yaml
@@ -19,5 +19,7 @@ spec:
19
- name: api-v0-shim
20
image: metacpan/metacpan-api-v0-shim:latest
21
imagePullPolicy: Always
22
+ command: [ "/uwsgi.sh" ]
23
+ args: [ "--http-socket", ":5001", "--workers", "5" ]
24
ports:
25
- containerPort: 5001
0 commit comments