ploigos / ploigos-software-factory-operator

33 stars 22 forks source link

Address configurable DNS for platform route addresses #180

Open HunterGerlach opened 3 years ago

HunterGerlach commented 3 years ago

As a developer using CodeReady Containers, I want to access all Ploigos platform tool endpoints so that I can interact with the tools. Currently the Gitea and Sonarqube routes fail because the CRC URL pattern is different from a typical cluster installation.

Consider using oc get ingresscontroller -n openshift-ingress-operator -o jsonpath='{ .items[*].status.domain }' per @sabre1041