Skip to main content

Application Port

In Kubernetes or OpenShift, your can set the listening port of the application or microservice.(The targetPort of the service)
This pages explains you how.

1. In the main branch you will edit the YAML file named .github/workflows/github-ci.yaml

2. In the github-ci.yaml file search for the Features section, you will find it like this:


## Features -------------------------------------------------------------------------------------#

3. Bellow the section title, add the following configuration and change the values as you need:

    # Application Internal Port
appInternalPort: '80'

4. Commit and enjoy! ✨