v1 release: Initial release

This commit is contained in:
Waylon S. Walker 2025-02-04 15:19:12 -06:00
commit b3d904805c
11 changed files with 1184 additions and 0 deletions

17
helm-chart/values.yaml Normal file
View file

@ -0,0 +1,17 @@
# The namespace where all resources will be created.
namespace: k8s-pages
# Number of replicas for the deployment.
replicaCount: 1
# List of sites to configure.
bucket: "k8s-pages"
sites:
- name: pages
host: example.com
# URL to which the proxy_pass should direct traffic. (Include protocol and path)
minioURL: "minio.minio.svc.cluster.local:9000"
# The host header to set when proxying.
minioHost: "minio.example.com"
# Error Page
errorPage: "/404.html"
maxAge: 31536000
staleWhileRevalidate: 86400