Skip to content

Commit adc3d74

Browse files
committed
Update chart CRD
1 parent b1887ac commit adc3d74

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

deploy/charts/mysql-operator/crds/mysql.presslabs.org_mysqlclusters.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -3771,6 +3771,18 @@ spec:
37713771
serverIDOffset:
37723772
description: Set a custom offset for Server IDs. ServerID for each node will be the index of the statefulset, plus offset
37733773
type: integer
3774+
serviceSpec:
3775+
description: Service extra specification
3776+
properties:
3777+
annotations:
3778+
additionalProperties:
3779+
type: string
3780+
description: Additional annotations to append to MysqlCluster's services
3781+
type: object
3782+
type:
3783+
description: 'ServiceType defines a type for Services: ClusterIP, Loadbalancer, etc.'
3784+
type: string
3785+
type: object
37743786
tmpfsSize:
37753787
anyOf:
37763788
- type: integer

0 commit comments

Comments
 (0)