remove controller section

This commit is contained in:
Kjeld Schouten
2024-04-08 09:53:36 +02:00
parent b2a78258b6
commit 7e4b7edeb5

View File

@@ -71,12 +71,8 @@
"type": "boolean",
"default": false
},
"controller": {
"type": "string"
},
"extraSelectorLabels": {}
},
"required": ["controller"]
"required": []
},
"servicePort": {
@@ -94,7 +90,7 @@
"port": {
"type": ["string", "integer"]
},
"protocol": {
"type": {
"type": "string",
"enum": ["HTTP", "HTTPS", "TCP", "UDP"]
},