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
# Used for limiting the number of occ of a concept in a project
84
+
cat.general.cui_count_limit = 100000000
85
+
# Is unlink full
86
+
cat.general.full_unlink = False
87
+
# use this spacy model
88
+
cat.general.spacy_model = 'en_core_web_md'
89
89
90
90
solr:
91
91
replicaCount: 1
@@ -109,10 +109,10 @@ solr:
109
109
image:
110
110
repository: bitnamilegacy/zookeeper
111
111
tag: 3.9.3-debian-12-r22
112
-
replicaCount: 1#
112
+
replicaCount: 1
113
113
persistence:
114
-
size: 1Gi # Default is 8Gi
115
-
114
+
# Set size of the PVC for zookeper. Default is 8Gi
115
+
size: 1Gi
116
116
117
117
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
118
118
imagePullSecrets: []
@@ -164,9 +164,10 @@ service:
164
164
type: ClusterIP
165
165
# This sets the ports more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#field-spec-ports
166
166
port: 8001
167
-
apiPort: 8000# Note medcat-trainer API is currently hardcoded on 8000 in the run.sh script
167
+
# Note medcat-trainer API is currently hardcoded on 8000 in the run.sh script
168
+
apiPort: 8000
168
169
# nodePort: 30001
169
-
170
+
170
171
# This block is for setting up the ingress for more information can be found here: https://kubernetes.io/docs/concepts/services-networking/ingress/
171
172
ingress:
172
173
enabled: false
@@ -224,7 +225,6 @@ nginx:
224
225
path: /nginx/health/live
225
226
port: http
226
227
227
-
228
228
# This section is for setting up autoscaling more information can be found here: https://kubernetes.io/docs/concepts/workloads/autoscaling/
229
229
autoscaling:
230
230
enabled: false
@@ -253,4 +253,4 @@ tolerations: []
253
253
affinity: {}
254
254
255
255
# Runtime class name for the pod (e.g., "nvidia" for GPU workloads)
0 commit comments