Skip to content

Commit

Permalink
chore: update chart readme
Browse files Browse the repository at this point in the history
  • Loading branch information
micahg committed Feb 17, 2024
1 parent 70174cf commit 4257b6e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions chart/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# tbltp Helm Chart

## Physical Infra

Expecting to coexist with other infra. *For example* - you wont find the
certificate issuers here because they live in the another chart.


## Helm

Testing:

```helm upgrade --dry-run --debug --install -f chart/values.yaml -f chart/values-dev.yaml ntt-infra chart```

Rollback:

```helm list```

```helm rollback ntt-infra```

Uninstall:

*BE REALLY CAREFUL THIS WILL BLOW AWAY PROD CERTS* and then letsencrypt wont issue you any more for another week.

```helm uninstall ntt-infra```

## Microk8s

Config generated using `microk8s config | sed "s/NATTED_IP:16443/PUBLIC_HOSTNAME:47826/g" | base64 -w0`.

0 comments on commit 4257b6e

Please sign in to comment.