Skip to content

Commit

Permalink
fix: missing name field in the clusterdefinition.service.port (#2379)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophon-zt committed Apr 3, 2023
1 parent 54ec867 commit acbc22f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/apecloud-mysql/templates/clusterdefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ spec:
- protocol: TCP
port: 3306
targetPort: mysql
name: mysql
horizontalScalePolicy:
type: Snapshot
backupTemplateSelector:
Expand Down
1 change: 1 addition & 0 deletions deploy/redis/templates/clusterdefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ spec:
ports:
- protocol: TCP
port: 6379
name: redis
configSpecs:
- name: redis-replication-config
templateRef: redis7-config-template
Expand Down

0 comments on commit acbc22f

Please sign in to comment.