Ingresses

These are the ingresses that KCert is handling:

[
  {
    "Name": "rollout-ingress",
    "Namespace": "argo-rollouts",
    "Tls": [
      {
        "SecretName": "internal-protected",
        "Hosts": [
          "cloud.alacritysys.com"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "cloud.alacritysys.com",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/rollouts",
            "ServiceName": "oauth-proxy-service"
          },
          {
            "PathType": "Prefix",
            "Path": "/api",
            "ServiceName": "oauth-proxy-service"
          },
          {
            "PathType": "Prefix",
            "Path": "/oauth2",
            "ServiceName": "oauth-proxy-service"
          }
        ]
      }
    ]
  },
  {
    "Name": "tym-ingress",
    "Namespace": "default",
    "Tls": [
      {
        "SecretName": "tym-rajarshi-agileguru-org",
        "Hosts": [
          "tym.rajarshi.agileguru.org"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "tym.rajarshi.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "tymfe"
          },
          {
            "PathType": "Prefix",
            "Path": "/api",
            "ServiceName": "tymfe"
          }
        ]
      }
    ]
  },
  {
    "Name": "blog-ingress",
    "Namespace": "demo",
    "Tls": [
      {
        "SecretName": "tech-agileguru-org",
        "Hosts": [
          "tech.demo.agileguru.org"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "tech.demo.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "blog-service"
          }
        ]
      }
    ]
  },
  {
    "Name": "quizapp-ingress",
    "Namespace": "demo",
    "Tls": [
      {
        "SecretName": "quiz-demo-agileguru-org",
        "Hosts": [
          "quiz.demo.agileguru.org"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "quiz.demo.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "quizapp-service"
          }
        ]
      }
    ]
  },
  {
    "Name": "app-ingress",
    "Namespace": "dev",
    "Tls": [
      {
        "SecretName": "app-agileguru-org",
        "Hosts": [
          "play.dev.agileguru.org"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "play.dev.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "playground-service"
          }
        ]
      }
    ]
  },
  {
    "Name": "blog-ingress",
    "Namespace": "dev",
    "Tls": [
      {
        "SecretName": "tech-agileguru-org",
        "Hosts": [
          "tech.dev.agileguru.org"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "tech.dev.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "blog-service"
          },
          {
            "PathType": "Prefix",
            "Path": "/radar",
            "ServiceName": "radar-service"
          }
        ]
      }
    ]
  },
  {
    "Name": "dev-agileguru-ingress",
    "Namespace": "dev",
    "Tls": [
      {
        "SecretName": "dev-agileguru-org",
        "Hosts": [
          "www.dev.agileguru.org",
          "preview.dev.agileguru.org",
          "quiz.dev.agileguru.org"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "www.dev.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "www"
          }
        ]
      },
      {
        "Host": "preview.dev.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "www-preview"
          }
        ]
      },
      {
        "Host": "quiz.dev.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "quizapp-fe-service"
          },
          {
            "PathType": "Prefix",
            "Path": "/quizapi",
            "ServiceName": "quizapp-api-service"
          }
        ]
      }
    ]
  },
  {
    "Name": "dev-alacritysys-ingress",
    "Namespace": "dev",
    "Tls": [
      {
        "SecretName": "dev-alacritysys-com",
        "Hosts": [
          "www.dev.alacritysys.com",
          "preview.dev.alacritysys.com"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "www.dev.alacritysys.com",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "alacrity"
          }
        ]
      },
      {
        "Host": "preview.dev.alacritysys.com",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "alacrity-preview"
          }
        ]
      }
    ]
  },
  {
    "Name": "dev-env-ingress",
    "Namespace": "dev",
    "Tls": [
      {
        "SecretName": "devops-cloud-agileguru-org",
        "Hosts": [
          "devops.dev.agileguru.org",
          "cloud.dev.agileguru.org"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "devops.dev.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "devops"
          }
        ]
      },
      {
        "Host": "cloud.dev.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "cloud"
          }
        ]
      }
    ]
  },
  {
    "Name": "dev-thoughtbrains-ingress",
    "Namespace": "dev",
    "Tls": [
      {
        "SecretName": "dev-thoughtbrains-com",
        "Hosts": [
          "www.dev.thoughtbrains.com",
          "preview.dev.thoughtbrains.com"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "www.dev.thoughtbrains.com",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "thoughtbrains"
          }
        ]
      },
      {
        "Host": "preview.dev.thoughtbrains.com",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "thoughtbrains-preview"
          }
        ]
      }
    ]
  },
  {
    "Name": "agileguru-ingress",
    "Namespace": "devops",
    "Tls": [
      {
        "SecretName": "agileguru-org",
        "Hosts": [
          "agileguru.org",
          "www.agileguru.org"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "www.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "www"
          }
        ]
      }
    ]
  },
  {
    "Name": "alacritysys-ingress",
    "Namespace": "devops",
    "Tls": [
      {
        "SecretName": "alacritysys-com",
        "Hosts": [
          "alacritysys.com",
          "www.alacritysys.com"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "www.alacritysys.com",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "alacrity"
          },
          {
            "PathType": "Prefix",
            "Path": "/radar",
            "ServiceName": "radar-service-proxy"
          }
        ]
      }
    ]
  },
  {
    "Name": "auth-server-ingress",
    "Namespace": "devops",
    "Tls": [
      {
        "SecretName": "auth-agileguru-org",
        "Hosts": [
          "auth.local.agileguru.org",
          "sso.dev.agileguru.org",
          "sso.sit.agileguru.org",
          "sso.uat.agileguru.org",
          "sso.demo.agileguru.org",
          "sso.agileguru.org",
          "auth.agileguru.org"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "auth.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "auth-server"
          }
        ]
      },
      {
        "Host": "auth.local.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "auth-server"
          }
        ]
      },
      {
        "Host": "sso.dev.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "auth-server"
          }
        ]
      },
      {
        "Host": "sso.sit.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "auth-server"
          }
        ]
      },
      {
        "Host": "sso.uat.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "auth-server"
          }
        ]
      },
      {
        "Host": "sso.demo.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "auth-server"
          }
        ]
      },
      {
        "Host": "sso.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "auth-server"
          }
        ]
      }
    ]
  },
  {
    "Name": "env-ingress",
    "Namespace": "devops",
    "Tls": [
      {
        "SecretName": "devops-alacritysys-com",
        "Hosts": [
          "devops.alacritysys.com",
          "cloud.alacritysys.com"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "devops.alacritysys.com",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/jenkins",
            "ServiceName": "jenkins-service"
          },
          {
            "PathType": "Prefix",
            "Path": "/sonar",
            "ServiceName": "sonar-service"
          },
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "devops"
          },
          {
            "PathType": "Prefix",
            "Path": "/argo",
            "ServiceName": "argocd-server"
          }
        ]
      },
      {
        "Host": "cloud.alacritysys.com",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "cloud"
          },
          {
            "PathType": "Prefix",
            "Path": "/swaggerui",
            "ServiceName": "swagger-service"
          },
          {
            "PathType": "Prefix",
            "Path": "/swagger",
            "ServiceName": "swaggereditor-service"
          }
        ]
      }
    ]
  },
  {
    "Name": "library-ingress",
    "Namespace": "devops",
    "Tls": [
      {
        "SecretName": "library-agileguru-org",
        "Hosts": [
          "library.agileguru.org"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "library.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "wiki-service"
          }
        ]
      }
    ]
  },
  {
    "Name": "sondorlife-ingress",
    "Namespace": "devops",
    "Tls": [
      {
        "SecretName": "sondorlife-com",
        "Hosts": [
          "community.sondorlife.com",
          "sondorlife.com",
          "www.sondorlife.com"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "sondorlife.com",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "www"
          }
        ]
      },
      {
        "Host": "www.sondorlife.com",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "www"
          }
        ]
      },
      {
        "Host": "community.sondorlife.com",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "www"
          }
        ]
      }
    ]
  },
  {
    "Name": "thoughtbrains-ingress",
    "Namespace": "devops",
    "Tls": [
      {
        "SecretName": "thoughtbrains-com",
        "Hosts": [
          "thoughtbrains.com",
          "www.thoughtbrains.com"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "www.thoughtbrains.com",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "www"
          }
        ]
      }
    ]
  },
  {
    "Name": "wiki-ingress",
    "Namespace": "devops",
    "Tls": [
      {
        "SecretName": "wiki-agileguru-org",
        "Hosts": [
          "wiki.agileguru.org"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "wiki.agileguru.org",
        "Paths": null
      }
    ]
  },
  {
    "Name": "kargose-ingress",
    "Namespace": "kargo",
    "Tls": [
      {
        "SecretName": "kargo-alacritysys-com",
        "Hosts": [
          "kargo.alacritysys.com"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "kargo.alacritysys.com",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "kargo-api"
          }
        ]
      }
    ]
  },
  {
    "Name": "kcert-ingress",
    "Namespace": "kcert",
    "Tls": [
      {
        "SecretName": "certs-all-domains",
        "Hosts": [
          "kcert.agileguru.org"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "kcert.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "kcert"
          }
        ]
      }
    ]
  },
  {
    "Name": "sec-ingress",
    "Namespace": "neuvector",
    "Tls": [
      {
        "SecretName": "sec-agileguru-org",
        "Hosts": [
          "sec.agileguru.org"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "sec.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "neuvector-service-webui"
          }
        ]
      }
    ]
  },
  {
    "Name": "observability-ingress",
    "Namespace": "observability",
    "Tls": [
      {
        "SecretName": "devops-alacritysys-com",
        "Hosts": [
          "cloud.alacritysys.com"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "cloud.alacritysys.com",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/grafana",
            "ServiceName": "monitoring-grafana"
          }
        ]
      }
    ]
  },
  {
    "Name": "blog-ingress",
    "Namespace": "prod",
    "Tls": [
      {
        "SecretName": "tech-agileguru-org",
        "Hosts": [
          "tech.agileguru.org"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "tech.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "blog-service"
          },
          {
            "PathType": "Prefix",
            "Path": "/radar",
            "ServiceName": "radar-service"
          }
        ]
      }
    ]
  },
  {
    "Name": "features-ingress",
    "Namespace": "prod",
    "Tls": [
      {
        "SecretName": "features-alacritysys-com",
        "Hosts": [
          "features.alacritysys.com"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "features.alacritysys.com",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "flipt-feature-flags"
          }
        ]
      }
    ]
  },
  {
    "Name": "kutt-ingress",
    "Namespace": "prod",
    "Tls": [
      {
        "SecretName": "go-agileguru-org",
        "Hosts": [
          "go.agileguru.org",
          "links.agileguru.org",
          "cloud.agileguru.org",
          "devops.agileguru.org",
          "guru.agileguru.org",
          "sourav.agileguru.org",
          "chat.agileguru.org"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "go.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "kutt-service"
          }
        ]
      },
      {
        "Host": "links.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "kutt-service"
          }
        ]
      },
      {
        "Host": "cloud.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "kutt-service"
          }
        ]
      },
      {
        "Host": "devops.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "kutt-service"
          }
        ]
      },
      {
        "Host": "guru.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "kutt-service"
          }
        ]
      },
      {
        "Host": "sourav.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "kutt-service"
          }
        ]
      },
      {
        "Host": "chat.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "kutt-service"
          }
        ]
      }
    ]
  },
  {
    "Name": "lms-ingress",
    "Namespace": "prod",
    "Tls": [
      {
        "SecretName": "learn-agileguru-org",
        "Hosts": [
          "learn.agileguru.org"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "learn.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "lms-app"
          }
        ]
      }
    ]
  },
  {
    "Name": "news-ingress",
    "Namespace": "prod",
    "Tls": [
      {
        "SecretName": "news-alacritysys-com",
        "Hosts": [
          "news.alacritysys.com"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "news.alacritysys.com",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "newsletter-service"
          }
        ]
      }
    ]
  },
  {
    "Name": "smm-ingress",
    "Namespace": "prod",
    "Tls": [
      {
        "SecretName": "smm-agileguru-org",
        "Hosts": [
          "smm.agileguru.org"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "smm.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "social-media-manager"
          }
        ]
      }
    ]
  },
  {
    "Name": "app-ingress",
    "Namespace": "sit",
    "Tls": [
      {
        "SecretName": "app-agileguru-org",
        "Hosts": [
          "app.sit.agileguru.org"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "app.sit.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "playground-service"
          }
        ]
      }
    ]
  },
  {
    "Name": "blog-ingress",
    "Namespace": "sit",
    "Tls": [
      {
        "SecretName": "tech-agileguru-org",
        "Hosts": [
          "tech.sit.agileguru.org"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "tech.sit.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "blog-service"
          }
        ]
      }
    ]
  },
  {
    "Name": "blog-ingress",
    "Namespace": "uat",
    "Tls": [
      {
        "SecretName": "tech-agileguru-org",
        "Hosts": [
          "tech.uat.agileguru.org"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "tech.uat.agileguru.org",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "blog-service"
          }
        ]
      }
    ]
  },
  {
    "Name": "workflows-ingress",
    "Namespace": "windmill",
    "Tls": [
      {
        "SecretName": "workflows-thoughtbrains-com",
        "Hosts": [
          "workflows.thoughtbrains.com"
        ]
      }
    ],
    "Rules": [
      {
        "Host": "workflows.thoughtbrains.com",
        "Paths": [
          {
            "PathType": "Prefix",
            "Path": "/",
            "ServiceName": "windmill-app"
          }
        ]
      }
    ]
  }
]