diff --git a/_partials/self-hosted/_required-domains.mdx b/_partials/self-hosted/_required-domains.mdx index aede047538..8945c7bfca 100644 --- a/_partials/self-hosted/_required-domains.mdx +++ b/_partials/self-hosted/_required-domains.mdx @@ -27,13 +27,13 @@ The statements above are not applicable to air-gapped installations. For air-gap | **Top-Level Domain** | **Port** | **Description** | | ------------------------- | -------- | ----------------------------------------------------- | - | ecr.*.amazonaws.com | 443 | AWS ECR Registry | - | spectrocloud.com | 443 | Spectro Cloud content repository and pack registry | - | s3.amazonaws.com | 443 | Spectro Cloud VMware OVA files | - | gcr.io | 443 | Spectro Cloud and common third party container images | + | ecr.*.amazonaws.com | 443 | AWS ECR Registry | + | spectrocloud.com | 443 | Required content repository and pack registry | + | *.amazonaws.com | 443 | OVA files and other assets generated by us | + | gcr.io | 443 | Assets maintained by us and common third party container images | | ghcr.io | 443 | Kubernetes VIP images | | docker.io | 443 | Common third party content | - | googleapis.com | 443 | For pulling Spectro Cloud images | + | googleapis.com | 443 | For pulling images required by our services | | docker.com | 443 | Common third party container images | | raw.githubusercontent.com | 443 | Common third party content | | projectcalico.org | 443 | Calico container images |