From 4257b6e781a165e2fa14b2f7c08372190eef9691 Mon Sep 17 00:00:00 2001 From: Micah Galizia Date: Sat, 17 Feb 2024 14:52:42 -0500 Subject: [PATCH] chore: update chart readme --- chart/README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 chart/README.md diff --git a/chart/README.md b/chart/README.md new file mode 100644 index 00000000..326fae09 --- /dev/null +++ b/chart/README.md @@ -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`. \ No newline at end of file