OpenShift Route Definition: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://docs.openshift.com/container-platform/latest/rest_api/kubernetes_v1.html#v1-route =Internal= * OpenShift Concepts * OpenS...")
 
No edit summary
Line 1: Line 1:
=External=
=External=


* https://docs.openshift.com/container-platform/latest/rest_api/kubernetes_v1.html#v1-route
* https://docs.openshift.com/container-platform/latest/rest_api/openshift_v1.html#v1-route
 
=Internal=
=Internal=



Revision as of 19:25, 23 November 2017

External

Internal

Example

 apiVersion: v1
 kind: Route
 metadata:
   annotations:
     description: Route for gogs's http service.
   name: gogs
   labels:
     app: gogs
 spec:
   to:
     kind: Service
     name: gogs