Skip to content
Merged
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: 7 additions & 0 deletions docs/self-hosted/kubernetes-embedded.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ 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)



<!-- See https://docs.replicated.com/enterprise/installing-general-requirements and https://kurl.sh/docs/install-with-kurl/system-requirements -->

## Installation
Expand Down Expand Up @@ -82,6 +84,11 @@ you can download it from https://packagist.com.
![Upload License](/Resources/public/img/docs/self-hosted-kubernetes/console-license.png)

#### Configure Private Packagist Self-Hosted

> Please note that the built-in services (PostgreSQL, MinIO, Redis) are meant to be used with a single-node setup only, because these options rely on local file storage.
> Consult the documentation of your Cloud Provider what managed services can replace the built-in services
> (eg. for AWS RDS, S3 and ElastiCache)

The configuration screen is where you can set up the domains used for Private Packagist and the email configuration. It
is also the place where you can configure if Private Packagist should use an existing Redis, PostgreSQL, or blob storage.
![Configuration](/Resources/public/img/docs/self-hosted-kubernetes/console-configure-application.png)
Expand Down