Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Support OpenShift Routes #238

Closed
pradeepto opened this issue Aug 29, 2017 · 0 comments
Closed

Support OpenShift Routes #238

pradeepto opened this issue Aug 29, 2017 · 0 comments
Assignees
Milestone

Comments

@pradeepto
Copy link
Member

No description provided.

@kadel kadel added this to the 0.4.0 milestone Sep 20, 2017
@concaf concaf self-assigned this Oct 10, 2017
concaf added a commit to concaf/kedge that referenced this issue Oct 17, 2017
This commit adds support for defining OpenShift routes in a Kedge
file.

Routes can be defined like the following at the root level of a
Kedge file

routes:
- name: route1
  host: route1-myproject.192.168.42.69.nip.io
  port:
    targetPort: 8080
  to:
    kind: Service
    name: httpd

This is implemented by essentially merging RouteSpec and ObjectMeta
and adding an array of the resulting struct at the root level under
the field "routes"

Adds docs, tests.

Fixes kedgeproject#238
concaf added a commit to concaf/kedge that referenced this issue Oct 19, 2017
This commit adds support for defining OpenShift routes in a Kedge
file.

Routes can be defined like the following at the root level of a
Kedge file

routes:
- name: route1
  host: route1-myproject.192.168.42.69.nip.io
  port:
    targetPort: 8080
  to:
    kind: Service
    name: httpd

This is implemented by essentially merging RouteSpec and ObjectMeta
and adding an array of the resulting struct at the root level under
the field "routes"

Adds docs, tests.

Fixes kedgeproject#238
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants