File tree Expand file tree Collapse file tree
deployment/kubernetes/charts/medcat-service-helm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ version: 0.0.1
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " latest "
24+ appVersion : " 1.2.0 "
2525
2626maintainers :
2727 - name : alhendrickson
Original file line number Diff line number Diff line change @@ -10,12 +10,13 @@ image:
1010 repository : cogstacksystems/medcat-service
1111 # repository: cogstacksystems/medcat-service-gpu
1212 # This sets the pull policy for images.
13- # pullPolicy: IfNotPresent
14- pullPolicy : Always
13+ pullPolicy : IfNotPresent
1514 # Overrides the image tag whose default is the chart appVersion.
1615 # tag: "latest"
1716
1817env :
18+ APP_ENABLE_DEMO_UI : true
19+
1920 # This defines the Model Pack used by the medcat service
2021 APP_MEDCAT_MODEL_PACK : " /cat/models/examples/example-medcat-v2-model-pack.zip"
2122
5051 # APP_TORCH_THREADS: "-1"
5152
5253 # Observability Env Vars
53- APP_ENABLE_METRICS : true
54+ APP_ENABLE_METRICS : false
5455 APP_ENABLE_TRACING : false
5556 OTEL_EXPORTER_OTLP_ENDPOINT : " http://<unused>:4317"
5657 OTEL_SERVICE_NAME : " medcat-service"
You can’t perform that action at this time.
0 commit comments