Updated helm chart with additional config settings (#566)
This commit is contained in:
17
charts/hapi-fhir-jpaserver/ci/extra-config-values.yaml
Normal file
17
charts/hapi-fhir-jpaserver/ci/extra-config-values.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
extraConfig: |
|
||||
hapi:
|
||||
fhir:
|
||||
cr_enabled: true
|
||||
tester:
|
||||
home:
|
||||
name: Hello HAPI FHIR
|
||||
server_address: "http://fhir-server.127.0.0.1.nip.io/fhir"
|
||||
refuse_to_fetch_third_party_urls: true
|
||||
fhir_version: R4
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
hosts:
|
||||
- host: fhir-server.127.0.0.1.nip.io
|
||||
pathType: ImplementationSpecific
|
||||
paths: ["/"]
|
||||
Reference in New Issue
Block a user