Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
conradludgate committed May 10, 2024
1 parent 954855b commit 9240bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions charts/neon-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Kubernetes: `^1.18.x-x`
| exposedService.type | string | `"LoadBalancer"` | Exposed service type |
| extraManifests | list | `[]` | Additional manifests that are created with the chart |
| fullnameOverride | string | `""` | String to fully override neon-proxy.fullname template |
| hpa | object | `{}` | HorizontalPodAutoscaling configurations |
| image.pullPolicy | string | `"Always"` | image pull policy |
| image.repository | string | `"neondatabase/neon"` | Neondatabase image repository |
| image.tag | string | `"latest"` | Overrides the image tag whose default is the chart appVersion. |
Expand Down
2 changes: 1 addition & 1 deletion charts/neon-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

replicaCount: 1

# HorizontalPodAutoscaling configurations
# -- HorizontalPodAutoscaling configurations
hpa: {}
# minReplicas: 1
# maxReplicas: 10
Expand Down

0 comments on commit 9240bcb

Please sign in to comment.