Blame docs/operations/ci/ingress_controllers/route.yaml

47c289
apiVersion: route.openshift.io/v1
47c289
kind: Route
47c289
metadata:
47c289
  creationTimestamp: null
47c289
  labels:
47c289
    type: sharded
47c289
  name: test
47c289
  namespace: ingress-controller-test
47c289
spec:
47c289
  host: ingress-controller-test.apps.ci.centos.org
47c289
  port:
47c289
    targetPort: 8080-tcp
47c289
  to:
47c289
    kind: Service
47c289
    name: test-service
47c289
    weight: 100
47c289
  wildcardPolicy: None