Skip to content

Commit 08ed2d4

Browse files
committed
Helm: add section about how to verify app is up and runing
1 parent 4288a1c commit 08ed2d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/self-hosted/kubernetes-helm.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ helm registry login registry.replicated.com --username YOUR_USERNAME --password
4646
helm install -f values.yaml private-packagist oci://registry.replicated.com/privatepackagistkots/private-packagist --version VERSION
4747
```
4848

49+
Verify that the helm chart is deployed by running `kubectl get pods` and verifying that the `repo`, `ui`, and `worker` pods are running.
50+
You should then be able to access the web interface by opening the configured domain in the browser, e.g. https://packagist.myintranet.com.
51+
4952
#### Authentication Setup
5053
Within Private Packagist Self-Hosted, you now need to set up at least one user authentication method.
5154
You have the choice between authentication with email addresses and passwords and several OAuth integrations with third-party services.

0 commit comments

Comments
 (0)