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

Ingress created from the helm chart is having issues with non-nginx ingress controllers #7

Open
l-maciej opened this issue Feb 26, 2025 · 0 comments · May be fixed by #12
Open

Ingress created from the helm chart is having issues with non-nginx ingress controllers #7

l-maciej opened this issue Feb 26, 2025 · 0 comments · May be fixed by #12

Comments

@l-maciej
Copy link

Hey !

I've installed application using community helmchart version 0.1.0.
Issue is when you set spec:.ingressClassName: traefik via values.yaml it still keeps kubernetes.io/ingress.class: nginx and it will be there all the times since it seems to be hard coded in annotations.

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    kubernetes.io/ingress.class: nginx
    nginx.ingress.kubernetes.io/ssl-redirect: 'false'
  labels:
    app.kubernetes.io/instance: hoppscotch
  name: hoppscotch-community
  namespace: workloads
spec:
  ingressClassName: traefik
@AlePini AlePini linked a pull request Mar 28, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant