-
Notifications
You must be signed in to change notification settings - Fork 268
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
adopt netxcloud.containerport in FPM deployment, allow rootless nginx #440
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall seems like a good change, but have a few comments to address
812b589
to
05b75ef
Compare
all changes requested were done, but don't want to approve till workflows have run
@poggenpower sorry, it says there's a conflict even though there's not. Can you fix the conflict? I don't want to update your main branch unless you're ok with that. |
is netxcloud.containerport is set, it will also configure the port for nginx. This allows nginx running in a rootless container e.g. by using their official `nginxinc/nginx-unprivileged` image. pid is written to /tmp for that reason. Some enhanced configs parameter for service. Signed-off-by: poggenpower <[email protected]>
Signed-off-by: poggenpower <[email protected]>
Pull Request
Description of the change
is
netxcloud.containerport
is set, it will also configure the port for nginx. This allows nginx running in a rootless container e.g. by using their officialnginxinc/nginx-unprivileged
image. pid is written to /tmp for that reason.Some enhanced configs parameter for service.
Benefits
rootless nginx conaiiner.
Possible drawbacks
the nginx port will switch to
netxcloud.containerport
in FPM installations, but this should benetxcloud.containerport
should not be changedApplicable issues
N/A
Additional information
Checklist
Chart.yaml
according to semver.