This commit is contained in:
2024-05-16 19:02:57 +02:00
parent 70958dcfb5
commit 07d38c8769
2 changed files with 34 additions and 9 deletions

View File

@@ -368,11 +368,35 @@ options:
type: string
ndb:
default:
replicas: 1
dataNode:
count: 1
mysqlNode:
count: 1
redundancyLevel: 1
examples:
- replicas: 1
- dataNode:
count: 1
mysqlNode:
count: 1
redundancyLevel: 1
properties:
replicas:
dataNode:
default:
count: 1
properties:
count:
default: 1
type: integer
type: object
mysqlNode:
default:
count: 1
properties:
count:
default: 1
type: integer
type: object
redundancyLevel:
default: 1
type: integer
type: object