argoproj / argocd-example-apps

Example Apps to Demonstrate Argo CD
1.45k stars 6.58k forks source link

Template variable for container port #251

Closed anandf closed 7 months ago

anandf commented 8 months ago

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.