Skip to content

Commit

Permalink
Add autogenerated docs for recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulinux committed Jan 16, 2024
1 parent efe0051 commit 5f8090c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
6 changes: 4 additions & 2 deletions charts/neon-pg-sni-router/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# neon-pg-sni-router

![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![Lint and Test Charts](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml)
![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![Lint and Test Charts](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml)

Neon Postgres SNI Router

Expand Down Expand Up @@ -53,7 +53,9 @@ Kubernetes: `^1.18.x-x`
| podLabels | object | `{}` | Additional labels for neon-pg-sni-router pods |
| podSecurityContext | object | `{}` | neon-pg-sni-router's pods Security Context |
| replicaCount | int | `1` | |
| resources | object | `{}` | |
| resources.limits.memory | string | `"1Gi"` | |
| resources.requests.cpu | string | `"200m"` | |
| resources.requests.memory | string | `"512Mi"` | |
| securityContext | object | `{}` | neon-pg-sni-router's containers Security Context |
| service.annotations | object | `{}` | Annotations to add to the service |
| service.httpPort | int | `9090` | Http management port |
Expand Down
3 changes: 1 addition & 2 deletions charts/neon-pg-sni-router/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,10 @@ exposedService:

resources:
limits:
cpu: 400m
memory: 1Gi
requests:
cpu: 200m
memory: 512Mi
memory: 512Mi

# -- Node labels for pod assignment.
nodeSelector: {}
Expand Down
6 changes: 4 additions & 2 deletions charts/neon-proxy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# neon-proxy

![Version: 1.7.13](https://img.shields.io/badge/Version-1.7.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![Lint and Test Charts](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml)
![Version: 1.7.14](https://img.shields.io/badge/Version-1.7.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![Lint and Test Charts](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml)

Neon Proxy

Expand Down Expand Up @@ -52,7 +52,9 @@ Kubernetes: `^1.18.x-x`
| podLabels | object | `{}` | Additional labels for neon-proxy pods |
| podSecurityContext | object | `{}` | neon-proxy's pods Security Context |
| replicaCount | int | `1` | |
| resources | object | `{}` | |
| resources.limits.memory | string | `"32Gi"` | |
| resources.requests.cpu | string | `"400m"` | |
| resources.requests.memory | string | `"2Gi"` | |
| securityContext | object | `{}` | neon-proxy's containers Security Context |
| service.annotations | object | `{}` | Annotations to add to the service |
| service.httpPort | int | `9090` | Http management port |
Expand Down
3 changes: 1 addition & 2 deletions charts/neon-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ exposedService:

resources:
limits:
cpu: 1
memory: 8Gi
memory: 32Gi
requests:
cpu: 400m
memory: 2Gi
Expand Down
6 changes: 4 additions & 2 deletions charts/neon-storage-broker/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# neon-storage-broker

![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![Lint and Test Charts](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml)
![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![Lint and Test Charts](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml)

Neon storage broker

Expand Down Expand Up @@ -52,7 +52,9 @@ Kubernetes: `^1.18.x-x`
| podAnnotations | object | `{}` | Annotations for neon-storage-broker pods |
| podLabels | object | `{}` | Additional labels for neon-storage-broker pods |
| podSecurityContext | object | `{}` | neon-storage-broker's pods Security Context |
| resources | object | `{}` | |
| resources.limits.memory | string | `"4Gi"` | |
| resources.requests.cpu | string | `"200m"` | |
| resources.requests.memory | string | `"1Gi"` | |
| securityContext | object | `{}` | neon-storage-broker's containers Security Context |
| service.annotations | object | `{}` | Annotations to add to the service |
| service.port | int | `50051` | broker listen port |
Expand Down
1 change: 0 additions & 1 deletion charts/neon-storage-broker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ service:

resources:
limits:
cpu: 500m
memory: 4Gi
requests:
cpu: 200m
Expand Down

0 comments on commit 5f8090c

Please sign in to comment.