Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/self-hosted/kubernetes-embedded.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ in an existing Kubernetes cluster using Helm follow [this guide](./kubernetes-he
* s3.kurl.sh (required to install the kots CLI)
* amazonaws.com (required to install the kots CLI)
* Please also consult the list in the [Replicated documentation](https://docs.replicated.com/enterprise/installing-general-requirements#firewall-openings-for-online-installations).

* To mirror Composer packages in Private Packagist, the following domains must also be accessible:
- packagist.org (required to fetch package metadata)
- *.packagist.org (required to fetch package metadata)
- github.com (required to download ZIP files for mirrored packages)
- api.github.com (required to download ZIP files for mirrored packages)
- Any other mirrored third-party repository you use like drupal.org, asset-packagist.org, or repo.magento.com


<!-- See https://docs.replicated.com/enterprise/installing-general-requirements and https://kurl.sh/docs/install-with-kurl/system-requirements -->
Expand Down
8 changes: 7 additions & 1 deletion docs/self-hosted/kubernetes-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ to instead install Private Packagist Self-Hosted without an existing Kubernetes
* replicated.app
* proxy.replicated.com
* registry.replicated.com
* Please also consult the list in the [Replicated documentation](https://docs.replicated.com/enterprise/installing-general-requirements#firewall-openings-for-online-installations).
* Please also consult the list in the [Replicated documentation](https://docs.replicated.com/enterprise/installing-general-requirements#firewall-openings-for-online-installations).
* To mirror Composer packages in Private Packagist, the following domains must also be accessible:
- packagist.org (required to fetch package metadata)
- *.packagist.org (required to fetch package metadata)
- github.com (required to download ZIP files for mirrored packages)
- api.github.com (required to download ZIP files for mirrored packages)
- Any other mirrored third-party repository you use like drupal.org, asset-packagist.org, or repo.magento.com

## Installation

Expand Down