helm repo add bitnami https://charts.bitnami.com/bitnami
helm install --dry-run webserver-release bitnami/nginx
helm install webserver-release bitnami/nginx \
--set cloneStaticSiteFromGit.enabled=true \
--set cloneStaticSiteFromGit.repository=https://github.com/russau/farewellemailgen \
--set cloneStaticSiteFromGit.branch=main
helm list
helm upgrade webserver-release bitnami/nginx \
--set replicaCount=3 \
--set cloneStaticSiteFromGit.enabled=true \
--set cloneStaticSiteFromGit.repository=https://github.com/russau/farewellemailgen \
--set cloneStaticSiteFromGit.branch=main
Created
August 2, 2024 04:26
-
-
Save russau/6ae1bf28492490a4d96f2233c13b1a07 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment