File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ You can use a configuration with a master local for example.
500500 "type" : " object" ,
501501 "description" : " spark specific configuration" ,
502502 "properties" : {
503- "sparkui " : {
503+ "ui " : {
504504 "type" : " boolean" ,
505505 "title" : " SparkUI" ,
506506 "description" : " Enable Spark monitoring interface" ,
@@ -509,6 +509,15 @@ You can use a configuration with a master local for example.
509509 "hidden" : true
510510 }
511511 },
512+ "hostname" : {
513+ "type" : " string" ,
514+ "title" : " Hostname" ,
515+ "pattern" : " ^([a-zA-Z0-9-]+\. )*mydomain\. com$" ,
516+ "x-onyxia" : {
517+ "hidden" : true ,
518+ "overwriteDefaultWith" : " {{project.id}}-{{k8s.randomSubdomain}}-0.mydomain.com"
519+ }
520+ },
512521 "disabledCertChecking" : {
513522 "title" : " Disable certificate checking " ,
514523 "type" : " boolean" ,
You can’t perform that action at this time.
0 commit comments