8000 Add support for creating a HTTPRoute in the cluster Helm chart · Issue #15870 · rook/rook · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add support for creating a HTTPRoute in the 8000 cluster Helm chart #15870

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

Open
onedr0p opened this issue May 19, 2025 · 2 comments
Open

Add support for creating a HTTPRoute in the cluster Helm chart #15870

onedr0p opened this issue May 19, 2025 · 2 comments
Labels

Comments

@onedr0p
Copy link
Contributor
onedr0p commented May 19, 2025

Is this a bug report or feature request?

  • Feature Request

Add support for defining an HTTPRoute (from Gateway API) in the cluster helm chart. Gateway API could be the future replacement to the Ingress API.

What should the feature do:

Create a HTTPRoute for accessing the Rook Ceph Dashboard

What is use case behind this feature:

Gateway API is GA now and it would be nice to have support for it within the Cluster chart.

For now I have defined the HTTPRoute out of the Helm chart like so:

---
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
  name: rook-ceph-dashboard
spec:
  hostnames: ["rook.domain.tld"]
  parentRefs:
    - name: internal
      namespace: kube-system
      sectionName: https
  rules:
    - backendRefs:
        - name: rook-ceph-mgr-dashboard
          namespace: rook-ceph
          port: 7000

We can see that some charts are already adding support for Gateway API, e.g.
https://github.com/prometheus-community/helm-charts/blob/4d14748f9ddbb7c6d02323931de104bc196e06ec/charts/kube-prometheus-stack/values.yaml#L634-L673

@travisn
Copy link
Member
travisn commented May 19, 2025

Sounds good to add this option to the cluster chart. I assume this would be configured in the values similar to the current ingress. @onedr0p Are you interested in opening the PR?

@onedr0p
Copy link
Contributor Author
onedr0p commented May 19, 2025

Yeah that seems good, I'll try to get to it!

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

No branches or pull requests

2 participants
0