charts/dgrsc/README.md
# document-generation-showcase
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)
A Showcase application to demonstrate features of the Common Document Generation Service
**Homepage:** <https://bcgov.github.io/document-generation-showcase>
## Maintainers
| Name | Email | Url |
| ---- | ------ | --- |
| NR Common Service Showcase Team | <NR.CommonServiceShowcase@gov.bc.ca> | <https://bcgov.github.io/common-service-showcase/team.html> |
## Source Code
* <https://github.com/bcgov/document-generation-showcase>
## Requirements
Kubernetes: `>= 1.13.0`
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| autoscaling.behavior.scaleDown.policies[0].periodSeconds | int | `120` | |
| autoscaling.behavior.scaleDown.policies[0].type | string | `"Pods"` | |
| autoscaling.behavior.scaleDown.policies[0].value | int | `1` | |
| autoscaling.behavior.scaleDown.selectPolicy | string | `"Max"` | |
| autoscaling.behavior.scaleDown.stabilizationWindowSeconds | int | `120` | |
| autoscaling.behavior.scaleUp.policies[0].periodSeconds | int | `30` | |
| autoscaling.behavior.scaleUp.policies[0].type | string | `"Pods"` | |
| autoscaling.behavior.scaleUp.policies[0].value | int | `2` | |
| autoscaling.behavior.scaleUp.selectPolicy | string | `"Max"` | |
| autoscaling.behavior.scaleUp.stabilizationWindowSeconds | int | `0` | |
| autoscaling.enabled | bool | `false` | |
| autoscaling.maxReplicas | int | `16` | |
| autoscaling.minReplicas | int | `2` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| config.configMap.FRONTEND_APIPATH | string | `"api/v2"` | |
| config.configMap.SERVER_APIPATH | string | `"/api/v2"` | |
| config.configMap.SERVER_BODYLIMIT | string | `"30mb"` | |
| config.enabled | bool | `false` | |
| config.releaseScoped | bool | `false` | |
| failurePolicy | string | `"Retry"` | |
| fullnameOverride | string | `nil` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/bcgov"` | |
| image.tag | string | `nil` | |
| imagePullSecrets | list | `[]` | |
| nameOverride | string | `nil` | |
| networkPolicy.enabled | bool | `true` | |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
| replicaCount | int | `2` | |
| resources.limits.cpu | string | `"200m"` | |
| resources.limits.memory | string | `"256Mi"` | |
| resources.requests.cpu | string | `"10m"` | |
| resources.requests.memory | string | `"128Mi"` | |
| route.annotations | object | `{}` | |
| route.enabled | bool | `true` | |
| route.host | string | `"chart-example.local"` | |
| route.tls.insecureEdgeTerminationPolicy | string | `"Redirect"` | |
| route.tls.termination | string | `"edge"` | |
| route.wildcardPolicy | string | `"None"` | |
| securityContext | object | `{}` | |
| service.port | int | `8080` | |
| service.portName | string | `"http"` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.enabled | bool | `false` | |
| serviceAccount.name | string | `nil` | |
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)