extraIngress:
  name: extra-ingress  # Default value
  ingressClassName: traefik
  rules:
    default:
      host: test.com
      http:
        paths:
          - path: /
            pathType: ImplementationSpecific
            backend:
              serviceName: webservice
              servicePort: 8080
  tls:
    default:
      hosts:
        - test.com
      secretName: test-tls