[bitnami/*] Expose the "service type" in the basic form for Kubeapps (#4445)

This commit is contained in:
Juan Ariza Toledano
2020-11-20 16:31:44 +01:00
committed by GitHub
parent e35d4bf21a
commit cf3b3d3def
16 changed files with 118 additions and 14 deletions

View File

@@ -40,7 +40,7 @@
"ingress": {
"type": "object",
"form": true,
"title": "Ingress Details",
"title": "Ingress Configuration",
"properties": {
"enabled": {
"type": "boolean",
@@ -59,6 +59,19 @@
}
}
},
"service": {
"type": "object",
"form": true,
"title": "Service Configuration",
"properties": {
"type": {
"type": "string",
"form": true,
"title": "Service Type",
"description": "Allowed values: \"ClusterIP\", \"NodePort\" and \"LoadBalancer\""
}
}
},
"mariadb": {
"type": "object",
"title": "MariaDB Details",