Skip to content

Commit e8fa2a6

Browse files
authored
Merge pull request #150 from metacpan/haarg/uwsgi-config-updates
update uwsgi config for less memory and adding stats
2 parents a1eebf9 + aa273b2 commit e8fa2a6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

apps/web/base/deployment.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,14 @@ spec:
7171
image: metacpan/metacpan-web:latest
7272
imagePullPolicy: Always
7373
command: ["/uwsgi.sh"]
74-
args: ["--http-socket", ":5001"]
74+
args:
75+
- "--http-socket"
76+
- ":5001"
77+
- "--stats"
78+
- ":9191"
79+
- "--stats-http"
80+
- "--reload-on-rss"
81+
- "225"
7582
ports:
7683
- name: http
7784
containerPort: 5001

0 commit comments

Comments
 (0)