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

mtr ingress created without IngressClasssName #222

Open
rbaumgar opened this issue Jan 23, 2023 · 0 comments
Open

mtr ingress created without IngressClasssName #222

rbaumgar opened this issue Jan 23, 2023 · 0 comments

Comments

@rbaumgar
Copy link

I have installed mtr 1.0.0 on OpenShift 4.12
I get following alert:

**IngressWithoutClassName**
This alert fires when there is an Ingress with an unset IngressClassName for longer than one day.

This is the crd

kind: Ingress
apiVersion: networking.k8s.io/v1
metadata:
  annotations:
    description: Route for application's http service.
  name: secure-mtr
  namespace: mtr
  ownerReferences:
    - apiVersion: windup.jboss.org/v1
      kind: Windup
      name: mtr
      uid: dcaa888f-6817-405b-84c0-79a661cb7c53
      controller: true
  labels:
    app: mtr
    application: mtr
    created-by: windup-operator
spec:
  tls:
    - {}
  rules:
    - host: secure-mtr-mtr.apps.<default_route>
      http:
        paths:
          - path: /
            pathType: Prefix
            backend:
              service:
                name: mtr
                port:
                  number: 8080
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

1 participant