Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarguimaraes authored Oct 22, 2023
1 parent 9ec019d commit f83e9a7
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@ These steps will walk you through setting up a fully featured _pkgsite_ deployme
pkgsite-redis-master-0 1/1 Running 0 9m48s
pkgsite-setup-db-snxmb 0/1 Completed 0 9m36s
```
5. Browse your docs locally:

```bash
kubectl port-forward svc/pkgsite -n pkgsite 8080
```

## Uninstalling

Expand All @@ -97,9 +101,18 @@ These steps will walk you through setting up a fully featured _pkgsite_ deployme

```bash
kukectl delete pvc -l app.kubernetes.io/instance=pkgsite
```

## Exposing the service

This step will vary according to your cluster's networking. Some options are:
* Update the [serviceType](./helm/values.yaml#71) to LoadBalancer
* Enable and configure an [Ingress resource](./helm/values.yaml#74)
* Configure an ingress using custom networking solutions such as Istio or Consul. Refer to their documentation for instructions.
⚠️ Take care to not expose private go modules documentation to the public internet.
## Advanced configuration
All YAML snippets in this section should be included in your custom _values.yaml_ file.
Expand Down

0 comments on commit f83e9a7

Please sign in to comment.