File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
charts/medcat-trainer-helm Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
22data :
33 CONCEPT_SEARCH_SERVICE_HOST : solr
44 CONCEPT_SEARCH_SERVICE_PORT : " 8983"
5- CSRF_TRUSTED_ORIGINS : " "
5+ CSRF_TRUSTED_ORIGINS : " http://localhost:8000 "
66 DB_BACKUP_DIR : /home/api/db-backup
77 DB_DIR : /home/api/db
88 DB_PATH : /home/api/db/db.sqlite3
Original file line number Diff line number Diff line change 2828 - -c
2929 - /etc/supervisord.conf
3030 env :
31+
3132 - name : CONCEPT_SEARCH_SERVICE_HOST
3233 valueFrom :
3334 configMapKeyRef :
Original file line number Diff line number Diff line change @@ -16,4 +16,7 @@ helm test medcat-service --logs
1616
1717# Test with host header set for ingress routing
1818# HOST_IP=10.211.112.82
19- # curl --resolve chart-example.local:80:${HOST_IP} http://chart-example.local/api/info
19+ # curl --resolve chart-example.local:80:${HOST_IP} http://chart-example.local/api/info
20+
21+ # Test medcat trainer
22+ # kubectl port-forward svc/nginx 8000:8000
You can’t perform that action at this time.
0 commit comments