In the example.env changing the GK running port is not an easy task as it has to be changed in multiple places.
Moreover, after changing the post to the env file , the healthcheck in the gatekeeper.yml fails to run as it still uses the fedault port.
Solution
Simplify the process of changing the GK running port by using a single variable to define the port, if possible
In the
example.envchanging the GK running port is not an easy task as it has to be changed in multiple places.Moreover, after changing the post to the env file , the healthcheck in the
gatekeeper.ymlfails to run as it still uses the fedault port.Solution
Simplify the process of changing the GK running port by using a single variable to define the port, if possible