11# @data/values-schema
2- # @schema/desc "Deployment schema for the CAT+ ChemBoard frontend"
2+ # @schema/desc "Deployment schema for the CAT+ ChemBord frontend"
33---
4- name : ' catplus-chemboard '
4+ name : ' catplus-chembord '
55version : ' latest'
6- namespace : ' chemboard '
6+ namespace : ' chembord '
77
88image :
9- repository : ' ghcr.io/sdsc-ordes/catplus-chemboard '
9+ repository : ' ghcr.io/sdsc-ordes/catplus-chembord '
1010 tag : ' latest'
1111 pullPolicy : ' Always'
1212
@@ -27,8 +27,8 @@ service:
2727 port : 80
2828
2929app :
30- # @schema/desc "Base path for reverse proxy deployment (e.g., '/chemboard ' for path-based routing). Leave empty for root deployment."
31- # @schema/example "/chemboard "
30+ # @schema/desc "Base path for reverse proxy deployment (e.g., '/chembord ' for path-based routing). Leave empty for root deployment."
31+ # @schema/example "/chembord "
3232 basePath : " "
3333 # @schema/desc "Absolute url of the instance"
3434 # @schema/example "http://localhost:3000"
4646 # @schema/example "https://www.datascience.ch/"
4747 sdscUrl : " "
4848 # @schema/desc "URL to SwissCat Project Page."
49- # @schema/example "https://github.com/sdsc-ordes/catplus-chemboard .git"
50- chemboardGithubUrl : " "
49+ # @schema/example "https://github.com/sdsc-ordes/catplus-chembord .git"
50+ chembordGithubUrl : " "
5151 # @schema/desc "Results per page"
5252 resultsPerPage : " 10"
5353 # @schema/desc "Catplus Ontology Homepage Url"
@@ -58,7 +58,7 @@ ingress:
5858 # @schema/desc "Whether to create an Ingress resource"
5959 enabled : true
6060 # @schema/desc "Hostname for the ingress"
61- # @schema/example "chemboard .example.com"
61+ # @schema/example "chembord .example.com"
6262 host : ' '
6363 # @schema/desc "Path prefix for the ingress rule"
6464 path : ' /'
0 commit comments