You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will install the latest version if the LinuxForHealth FHIR Server using an included PostgreSQL database for persistence.
21
-
Note that `postgresql.postgresqlPassword` must be set for all upgrades that use the embedded postgresql chart,
22
-
otherwise [the postgresql password will be overwritten and lost](https://artifacthub.io/packages/helm/bitnami/postgresql#troubleshooting).
27
+
This will install the latest version of the LinuxForHealth FHIR Server using an included PostgreSQL database for persistence.
28
+
29
+
Note that, to upgrade, either:
30
+
31
+
*`postgresql.auth.postgresPassword` and `postgresql.auth.password` must be set to these same values (`$POSTGRES_ADMIN_PASSWORD` and `$POSTGRES_USER_PASSWORD` respectively); or
32
+
*`postgresql.auth.existingSecret` must be set to the name of the secret created from the initial installation.
33
+
34
+
Otherwise the passwords in the secret may become [out-of-sync](https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues/#credential-errors-while-upgrading-chart-releases)
35
+
with the passwords in the persistent volume claim.
36
+
37
+
Often it is easiest to specify a [values override file](https://helm.sh/docs/chart_template_guide/values_files),
38
+
as opposed to setting the values from the command line on each installation / upgrade.
39
+
40
+
### Transport Layer Security
23
41
24
42
By default, the LinuxForHealth FHIR Server will only serve HTTPS traffic.
25
43
With the [NGINX Ingress Controller](https://kubernetes.github.io/ingress-nginx),
This will install the latest version if the LinuxForHealth FHIR Server using an included PostgreSQL database for persistence.
21
-
Note that `postgresql.postgresqlPassword` must be set for all upgrades that use the embedded postgresql chart,
22
-
otherwise [the postgresql password will be overwritten and lost](https://artifacthub.io/packages/helm/bitnami/postgresql#troubleshooting).
27
+
This will install the latest version of the LinuxForHealth FHIR Server using an included PostgreSQL database for persistence.
28
+
29
+
Note that, to upgrade, either:
30
+
31
+
* `postgresql.auth.postgresPassword` and `postgresql.auth.password` must be set to these same values (`$POSTGRES_ADMIN_PASSWORD` and `$POSTGRES_USER_PASSWORD` respectively); or
32
+
* `postgresql.auth.existingSecret` must be set to the name of the secret created from the initial installation.
33
+
34
+
Otherwise the passwords in the secret may become [out-of-sync](https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues/#credential-errors-while-upgrading-chart-releases)
35
+
with the passwords in the persistent volume claim.
36
+
37
+
Often it is easiest to specify a [values override file](https://helm.sh/docs/chart_template_guide/values_files),
38
+
as opposed to setting the values from the command line on each installation / upgrade.
39
+
40
+
### Transport Layer Security
23
41
24
42
By default, the LinuxForHealth FHIR Server will only serve HTTPS traffic.
25
43
With the [NGINX Ingress Controller](https://kubernetes.github.io/ingress-nginx),
0 commit comments