go-static-site
A minimal static file server with go. Site content is autogenerated from https://github.com/atrakic/static-generator.
Kubernetes usage
Helm must be installed to use the charts.
Please refer to Helm’s documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add go-static-site https://atrakic.github.io/go-static-site
go-static-site can now be installed with the following command:
helm install go-static-site --namespace go-static-site go-static-site/go-static-site --create-namespace
If you have custom options or values you want to override:
helm install go-static-site --namespace go-static-site -f my-values.yaml go-static-site/go-static-site