Challenge Ingress

The Challenge Ingress ".well-known/acme-challenge" requests to KCert for validation. There is a "dummy.example.test" entry in the routes because we can't have an empty Ingress.

[
  {
    "host": "workflow.agileguru.org",
    "http": {
      "paths": [
        {
          "backend": {
            "resource": null,
            "service": {
              "name": "kcert",
              "port": {
                "name": null,
                "number": 80
              }
            }
          },
          "path": "/.well-known/acme-challenge/",
          "pathType": "Prefix"
        }
      ]
    }
  }
]