Skip to content

czetech/czepiec-site

Repository files navigation

Czepiec Site

Petr's personal website.

Installing

Run from Docker Hub

Run the image from Docker Hub:

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

Install to Kubernetes using Helm

Setup Helm repository:

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

Install Helm chart:

helm install czepiec-site czetech/czepiec-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/czepiec/czepiec-site.