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
Copy file name to clipboardExpand all lines: helm-charts/medcat-service-helm/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ You should see the NVIDIA GPU device listing if the GPU is properly accessible.
132
132
| autoscaling.minReplicas | int |`1`||
133
133
| autoscaling.targetCPUUtilizationPercentage | int |`80`||
134
134
| env.APP_ENABLE_DEMO_UI | bool |`true`||
135
-
| env.APP_ENABLE_METRICS | bool |`false`| Observability Env Vars |
135
+
| env.APP_ENABLE_METRICS | bool |`true`| Observability Env Vars |
136
136
| env.APP_ENABLE_TRACING | bool |`false`||
137
137
| env.APP_MEDCAT_MODEL_PACK | string |`"/cat/models/examples/example-medcat-v2-model-pack.zip"`| This defines the Model Pack used by the medcat service Example (download on startup): uncomment `ENABLE_MODEL_DOWNLOAD` and the `MODEL_*` URLs below. Example (DeID mode): uncomment `DEID_MODE`/`DEID_REDACT` and use the DeID model pack referenced below. |
@@ -184,6 +184,12 @@ You should see the NVIDIA GPU device listing if the GPU is properly accessible.
184
184
| serviceAccount.automount | bool |`true`| Automatically mount a ServiceAccount's API credentials? |
185
185
| serviceAccount.create | bool |`true`| Specifies whether a service account should be created |
186
186
| serviceAccount.name | string |`""`| The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
187
+
| serviceMonitor | object |`{"enabled":false,"interval":"10s","labels":{},"path":"/metrics","scheme":"http","tlsConfig":{}}`| Create a Prometheus ServiceMonitor for the medcat service. Requires the Prometheus Operator to be installed Ensure APP_ENABLE_METRICS is set to true to expose the /metrics endpoint. |
188
+
| serviceMonitor.enabled | bool |`false`| Set to true to enable creation of a ServiceMonitor resource |
189
+
| serviceMonitor.interval | string |`"10s"`| Frequency at which Prometheus will scrape metrics. |
190
+
| serviceMonitor.labels | object |`{}`| Additional labels to be added to the ServiceMonitor |
191
+
| serviceMonitor.path | string |`"/metrics"`| HTTP path where metrics are exposed. |
192
+
| serviceMonitor.scheme | string |`"http"`| Scheme to use for scraping. |
0 commit comments