Skip to content

Commit 07ef438

Browse files
Salatondotasekjschneid-nmdpjamesagnewchgl
committed
Sync fork (#5)
* Bump to HAPI 7.7.7-SNAPSHOT * Update HAPI + match config changes * Bump HAPI to 7.7.10-SNAPSHOT * Bump parent to 7.7.14-SNAPSHOT * Bump parent version + fix CQL test See diff in https://github.com/cqframework/clinical-reasoning/pull/579/files * Bump parent to 7.7.18-SNAPSHOT fix CR breakage * use URI constructor instead of string concatenation, to avoid having static code analysis tool complain about "Concatenating user-controlled input into a URL" security issue * Add support for Database Partition Mode * Add spotless-check * Apply spotless * Apply spotless * Revert "Apply spotless" This reverts commit 8b77aa0. * Test fix * Spotless * Helm chart dependency updates and support for extraVolumes and -Mounts (hapifhir#766) * Helm chart updates * set target branch to master for chart testing * Bump to release * Expose expansion properties as configuration * Externalizes more subscription parameters (hapifhir#783) * Externalizes more subscription parameters Allows : - to parametrize the polling interval of subscription - to enable the setting to queue the subscription jobs immediately. Following the change in hapifhir/hapi-fhir/pull/6395 * Fix formatting * feat: add a github actions deploy workflow * chore: deploy hapi fhir staging and production instance * chore: use UUIDs for resource IDs * feat: updating FHIR version from R4 to R5 --------- Co-authored-by: dotasek.dev <[email protected]> Co-authored-by: dotasek <[email protected]> Co-authored-by: Joel Schneider <[email protected]> Co-authored-by: James Agnew <[email protected]> Co-authored-by: chgl <[email protected]> Co-authored-by: Adam Stevenson <[email protected]> Co-authored-by: Yoann Isaac <[email protected]> Co-authored-by: Kennedy Omondi <[email protected]>
1 parent 35bdd58 commit 07ef438

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

charts/hapi-fhir-jpaserver/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ ingress:
7676
- secretName: ""
7777
hosts:
7878
- ""
79+
# -- set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge).
80+
# This is ignored if `resources` is set (`resources` is recommended for production).
81+
# More information: <https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15>
82+
resourcesPreset: "medium"
7983

8084
# -- set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge).
8185
# This is ignored if `resources` is set (`resources` is recommended for production).

0 commit comments

Comments
 (0)