Skip to content

Commit

Permalink
Merge pull request #1102 from cwgthornton/selectorLabels
Browse files Browse the repository at this point in the history
Add selectorLabels for baserow pods
  • Loading branch information
christianhuth authored Aug 29, 2024
2 parents 7a6856d + ae95f10 commit 376f65e
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/baserow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: baserow
description: Baserow is an open source no-code database and Airtable alternative.
type: application
version: 2.1.3
version: 2.1.4
appVersion: "1.22.3"
home: https://github.com/christianknell/helm-charts
icon: https://baserow.io/img/favicon_192.png
Expand All @@ -25,7 +25,7 @@ annotations:
artifacthub.io/category: database
artifacthub.io/changes: |
- kind: added
description: priorityClassName to deployments
description: option to define additional selector labels
artifacthub.io/screenshots: |
- title: Create your own online database without technical experience.
url: https://baserow.io/_nuxt/img/home_intro_screenshot.194c66b.png
Expand Down
4 changes: 4 additions & 0 deletions charts/baserow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ The command removes all the Kubernetes components associated with the chart and
| backend.asgi.resources | object | `{}` | Resource limits and requests for the controller pods. |
| backend.asgi.revisionHistoryLimit | int | `10` | The number of old ReplicaSets to retain |
| backend.asgi.securityContext | object | `{"runAsGroup":9999,"runAsNonRoot":true,"runAsUser":9999}` | container-level security context |
| backend.asgi.selectorLabels | object | `{}` | Labels to add to the pod |
| backend.asgi.service.port | int | `8000` | Kubernetes port where service is exposed |
| backend.asgi.service.type | string | `"ClusterIP"` | Kubernetes service type |
| backend.asgi.serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
Expand All @@ -92,6 +93,7 @@ The command removes all the Kubernetes components associated with the chart and
| backend.celery.resources | object | `{}` | Resource limits and requests for the controller pods. |
| backend.celery.revisionHistoryLimit | int | `10` | The number of old ReplicaSets to retain |
| backend.celery.securityContext | object | `{"runAsGroup":9999,"runAsNonRoot":true,"runAsUser":9999}` | container-level security context |
| backend.celery.selectorLabels | object | `{}` | Labels to add to the pod |
| backend.celery.serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
| backend.celery.serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
| backend.celery.serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
Expand Down Expand Up @@ -192,6 +194,7 @@ The command removes all the Kubernetes components associated with the chart and
| backend.wsgi.resources | object | `{}` | Resource limits and requests for the controller pods. |
| backend.wsgi.revisionHistoryLimit | int | `10` | The number of old ReplicaSets to retain |
| backend.wsgi.securityContext | object | `{"runAsGroup":9999,"runAsNonRoot":true,"runAsUser":9999}` | container-level security context |
| backend.wsgi.selectorLabels | object | `{}` | Labels to add to the pod |
| backend.wsgi.service.port | int | `8000` | Kubernetes port where service is exposed |
| backend.wsgi.service.type | string | `"ClusterIP"` | Kubernetes service type |
| backend.wsgi.serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
Expand Down Expand Up @@ -245,6 +248,7 @@ The command removes all the Kubernetes components associated with the chart and
| frontend.resources | object | `{}` | Resource limits and requests for the controller pods. |
| frontend.revisionHistoryLimit | int | `10` | The number of old ReplicaSets to retain |
| frontend.securityContext | object | `{"runAsGroup":9999,"runAsNonRoot":true,"runAsUser":9999}` | container-level security context |
| frontend.selectorLabels | object | `{}` | Labels to add to the pod |
| frontend.service.port | int | `3000` | Kubernetes port where service is exposed |
| frontend.service.type | string | `"ClusterIP"` | Kubernetes service type |
| frontend.serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
Expand Down
Loading

0 comments on commit 376f65e

Please sign in to comment.