1
0
Fork 0
docker-easy-haproxy/helm/easyhaproxy/values.schema.json
2022-08-29 18:08:15 -05:00

19 lines
No EOL
458 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"required": [],
"properties": {
"service": {
"type": "object",
"required": [],
"properties": {
"create": {
"type": "boolean"
},
"type": {
"type": "string",
"enum": ["ClusterIP", "NodePort"]
}
}
}
}
}