Skip to content

WIP: Leo/gh146 uwsgi #147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

WIP: Leo/gh146 uwsgi #147

wants to merge 2 commits into from

Conversation

ranguard
Copy link
Member

No description provided.

@@ -24,15 +24,15 @@ spec:
image: metacpan/metacpan-web:latest
imagePullPolicy: Always
command: [ "/uwsgi.sh" ]
args: [ "--http-socket", ":5001" ]
args: [ "--http-socket", ":5001", "--stats", "127.0.0.1:9191", "--stats-http" ]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would be better as ":9191", rather than using 127.0.0.1. It won't be exposed by default, but allows doing port forwarding using kubectl so uwsgitop can be run locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants