Skip to content

Instantly share code, notes, and snippets.

@david-martin
Created March 19, 2020 14:28
Show Gist options
  • Save david-martin/4b44feb8151f26e90f1a99f1ac22934a to your computer and use it in GitHub Desktop.
Save david-martin/4b44feb8151f26e90f1a99f1ac22934a to your computer and use it in GitHub Desktop.
oc get blackboxtarget --all-namespaces -o yaml | grep -i -2 url
- module: http_2xx
service: 3scale-admin-ui
url: https://3scale-admin.apps.dkirwan.f6t9.s1.devshift.org//p/login/
status:
phase: 2
--
- module: http_2xx
service: 3scale-developer-console-ui
url: https://3scale.apps.dkirwan.f6t9.s1.devshift.org
status:
phase: 2
--
- module: http_2xx
service: 3scale-system-admin-ui
url: https://master.apps.dkirwan.f6t9.s1.devshift.org
status:
phase: 2
--
- module: http_2xx
service: amq-service-broker
url: https://console-redhat-rhmi-amq-online.apps.dkirwan.f6t9.s1.devshift.org/oauth/healthz
status:
phase: 2
--
- module: http_2xx
service: codeready-ui
url: https://codeready-redhat-rhmi-codeready-workspaces.apps.dkirwan.f6t9.s1.devshift.org
status:
phase: 2
--
- module: http_2xx
service: rhsso-ui
url: https://keycloak-edge-redhat-rhmi-rhsso.apps.dkirwan.f6t9.s1.devshift.org
status:
phase: 2
--
- module: http_2xx
service: ups-ui
url: https://ups-unifiedpush-proxy-redhat-rhmi-ups.apps.dkirwan.f6t9.s1.devshift.org//rest/auth/config/
status:
phase: 2
--
- module: http_2xx
service: webapp-ui
url: https://tutorial-web-app-redhat-rhmi-solution-explorer.apps.dkirwan.f6t9.s1.devshift.org
status:
phase: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment