Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to specify host & path for route #606

Open
LDL-GH opened this issue Apr 29, 2022 · 1 comment
Open

Option to specify host & path for route #606

LDL-GH opened this issue Apr 29, 2022 · 1 comment

Comments

@LDL-GH
Copy link

LDL-GH commented Apr 29, 2022

Hi

We are currently installing the IBM Licensing Operator on openshift without a cloudpak.
Our instance looks as following:

apiVersion: operator.ibm.com/v1alpha1
kind: IBMLicensing
metadata:
  name: instance
spec:
  apiSecretToken: ibm-licensing-token
  datasource: datacollector
  httpsEnable: false
  routeEnabled: true
  routeOptions:
    tls:
      termination: edge
  resources:
    limits:
      cpu: 500m
      memory: 512Mi
    requests:
      cpu: 200m
      memory: 256Mi

This works great and we get a route with termination edge, however I would like to be able to specify the host (and path) used for the route. This seems to be possible when defining an ingress using ingressOptions, but not for a route using routeOptions.

Could this be implemented?

@pgodowski
Copy link
Collaborator

Do you represent IBM product team?
If so, please reach out via internal slack channel #license-service-onboarding indicating which IBM product team you're part of, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants