A static webserver. Uses nginx with a PersistentVolume for serving content.
Key |
Type |
Default |
Description |
fullnameOverride |
string |
"" |
|
nameOverride |
string |
"" |
|
nginx.autoscaling.enabled |
bool |
false |
|
nginx.autoscaling.maxReplicas |
int |
3 |
|
nginx.autoscaling.minReplicas |
int |
1 |
|
nginx.autoscaling.targetCPU |
int |
90 |
|
nginx.metrics.enabled |
bool |
false |
|
nginx.metrics.resources.limits.cpu |
string |
"50m" |
|
nginx.metrics.resources.limits.memory |
string |
"64Mi" |
|
nginx.metrics.resources.requests.cpu |
string |
"10m" |
|
nginx.metrics.resources.requests.memory |
string |
"16Mi" |
|
nginx.metrics.serviceMonitor.enabled |
bool |
true |
|
nginx.metrics.serviceMonitor.namespace |
string |
"metrics" |
|
nginx.metrics.serviceMonitor.selector.release |
string |
"prometheus" |
|
nginx.resources.limits.cpu |
string |
"1000m" |
|
nginx.resources.limits.memory |
string |
"256Mi" |
|
nginx.resources.requests.cpu |
string |
"10m" |
|
nginx.resources.requests.memory |
string |
"32Mi" |
|
nginx.serverBlock |
string |
"" |
|
nginx.service.externalTrafficPolicy |
string |
"" |
|
nginx.service.type |
string |
"ClusterIP" |
|
nginx.staticSitePVC |
string |
nil |
|
persistentVolume.accessMode |
string |
"ReadOnlyMany" |
|
persistentVolume.size |
string |
"1Gi" |
|
persistentVolume.storageClass |
string |
"" |
|
Autogenerated from chart metadata using helm-docs v1.11.3