Skip to content

Commit 85029d1

Browse files
feat(helm): Set medcat service to 1.2.0 (#41)
* feat(helm): service - enable demo app by default * feat(helm): service - disable metrics by default
1 parent e7773e3 commit 85029d1

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

deployment/kubernetes/charts/medcat-service-helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2626
maintainers:
2727
- name: alhendrickson

deployment/kubernetes/charts/medcat-service-helm/values.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1817
env:
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

@@ -50,7 +51,7 @@ env:
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"

0 commit comments

Comments
 (0)