Skip to content

czetech/czetech-site

Repository files navigation

Czetech Site

Czetech website.

Installing

Run from Docker Hub

Run the image from Docker Hub:

docker run -p 80:80 czetech/czetech-site

Install to Kubernetes using Helm

Setup Helm repository:

helm repo add czetech https://charts.cze.tech/

Install Helm chart:

helm install czetech-site czetech/czetech-site \
  --set ingress.enabled=true \
  --set ingress.hosts[0]=<ingress-host>

see the chart for more options.

Source code

The source code is available at https://github.com/czetech/czetech-site.