File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ swagger: "2.0"
22paths : {} # Will be filled by Flasgger.
33info :
44 title : TARGER API
5- version : 0.1.12
5+ version : 0.1.13
66 description : |
77 Demo API for our [ACL 2019 paper](https://doi.org/10.18653/v1/P19-3031):
88 _TARGER: Neural Argument Mining at Your Fingertips_
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ home: https://demo.webis.de/targer/
66sources :
77- https://github.com/webis-de/targer
88icon : https://assets.webis.de/img/webis-logo-gray.svg
9- maintainers : # (optional)
9+ maintainers :
1010- name : Jan Heinrich Reimer
1111 email : jan.reimer@student.uni-halle.de
1212
1313# This is the version number of the application being deployed. This version number should be
1414# incremented each time you make changes to the application.
15- appVersion : 0.1.12
15+ appVersion : 0.1.13
1616
1717# This is the chart version. This version number should be incremented each time you make changes
1818# to the chart and its templates, including the app version.
19- version : 0.1.24
19+ version : 0.1.25
Original file line number Diff line number Diff line change 55frontend :
66# url: https://demo.webis.de/targer/
77 port : 30294
8- image : webis/targer-frontend:0.1.12
8+ image : webis/targer-frontend:0.1.13
99 replicas : 3
1010
1111backend :
1212 url : https://demo.webis.de/targer-api/
1313 port : 30293
1414 root : /targer-api
15- image : webis/targer-backend:0.1.12
15+ image : webis/targer-backend:0.1.13
1616 replicas : 3
1717 # Paths of models on each host's file system.
1818 modelsPath : /mnt/ceph/storage/data-in-production/data-research/acqua/targer/models/
1919
2020elasticsearch :
21- host : elasticsearch.bw.webis.de
21+ # host: elasticsearch.bw.webis.de
22+ host : betaweb020.bw.webis.de
2223 port : 9200
2324 username : " " # Override username with `--set elasticsearch.username=EXAMPLE` Helm option.
2425 password : " " # Override username with `--set elasticsearch.password=EXAMPLE` Helm option.
You can’t perform that action at this time.
0 commit comments