Skip to content
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

Template variable for container port #251

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

anandf
Copy link
Contributor

@anandf anandf commented Nov 9, 2023

The helm guestbook application uses privileged port 80 which would not work in an OpenShift cluster with the default restricted security constraint context. In order to support deployments in an OCP cluster with a quarkus based image (which does not require any root level priveleges) on port 8080, the deployment template should use a templatized variable for container port.

Signed-off-by: Anand Francis Joseph <[email protected]>
@crenshaw-dev crenshaw-dev merged commit d7927a2 into argoproj:master Nov 15, 2023
1 check passed
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