Skip to content

Commit 67a4f0e

Browse files
authored
Update README
1 parent 2e799d3 commit 67a4f0e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)