Skip to content

Commit

Permalink
set default resource preset to micro (#536)
Browse files Browse the repository at this point in the history
* set default resource preset to micro

* version

* docs

* space
  • Loading branch information
chgl committed Jul 29, 2024
1 parent 00267c7 commit 696b20e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions charts/fhir-server-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.3
version: 1.1.0
version: 1.1.1
appVersion: 2.x
annotations:
artifacthub.io/license: Apache-2.0
Expand All @@ -30,6 +30,4 @@ annotations:
# When using the list of objects option the valid supported kinds are
# added, changed, deprecated, removed, fixed and security.
- kind: changed
description: "Set default resources using presets"
- kind: changed
description: "update ghcr.io/chgl/fhir-server-exporter tag to v2.3.5"
description: "Set default resources preset to micro"
2 changes: 1 addition & 1 deletion charts/fhir-server-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The following table lists the configurable parameters of the `fhir-server-export
| serviceAccount.create | Specifies whether a service account should be created. | <code>true</code> |
| serviceAccount.name | The name of the service account to use. If not set and create is true, a name is generated using the fullname template | <code>""</code> |
| serviceAccount.automountServiceAccountToken | whether to automount the SA token | <code>false</code> |
| resourcesPreset | set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if primary.resources is set (primary.resources is recommended for production). More information: <https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15> | <code>"medium"</code> |
| resourcesPreset | set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if primary.resources is set (primary.resources is recommended for production). More information: <https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15> | <code>"micro"</code> |
| podDisruptionBudget.enabled | create a PodDisruptionBudget resource for the pods | <code>false</code> |
| podDisruptionBudget.minAvailable | Minimum available instances; ignored if there is no PodDisruptionBudget | <code>1</code> |
| podDisruptionBudget.maxUnavailable | Maximum unavailable instances; ignored if there is no PodDisruptionBudget | <code>""</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/fhir-server-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ serviceAccount:

# set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if primary.resources is set (primary.resources is recommended for production).
# More information: <https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15>
resourcesPreset: "medium"
resourcesPreset: "micro"

resources:
{}
Expand Down

0 comments on commit 696b20e

Please sign in to comment.