Skip to content

Commit

Permalink
Update chart CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
ynnt committed Oct 29, 2021
1 parent b1887ac commit adc3d74
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3771,6 +3771,18 @@ spec:
serverIDOffset:
description: Set a custom offset for Server IDs. ServerID for each node will be the index of the statefulset, plus offset
type: integer
serviceSpec:
description: Service extra specification
properties:
annotations:
additionalProperties:
type: string
description: Additional annotations to append to MysqlCluster's services
type: object
type:
description: 'ServiceType defines a type for Services: ClusterIP, Loadbalancer, etc.'
type: string
type: object
tmpfsSize:
anyOf:
- type: integer
Expand Down

0 comments on commit adc3d74

Please sign in to comment.