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