v1.0.0 release: Initial release
This commit is contained in:
commit
9ec5e3d112
11 changed files with 1184 additions and 0 deletions
17
helm-chart/values.yaml
Normal file
17
helm-chart/values.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue