Skip to content

Commit

Permalink
Updated MaxScale examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Apr 23, 2024
1 parent 4a75549 commit 4093f20
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
10 changes: 9 additions & 1 deletion bundle/manifests/mariadb-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,14 @@ metadata:
"port": 3306,
"secretName": "mxs-galera-conn"
},
"guiKubernetesService": {
"metadata": {
"annotations": {
"metallb.universe.tf/loadBalancerIPs": "172.18.0.231"
}
},
"type": "LoadBalancer"
},
"kubernetesService": {
"annotations": {
"metallb.universe.tf/loadBalancerIPs": "172.18.0.224"
Expand Down Expand Up @@ -503,7 +511,7 @@ metadata:
capabilities: Deep Insights
categories: Database
containerImage: ghcr.io/mariadb-operator/mariadb-operator-helm:0.27.0
createdAt: "2024-04-22T16:52:23Z"
createdAt: "2024-04-23T09:39:27Z"
description: Run and operate MariaDB in a cloud native way
operators.operatorframework.io/builder: operator-sdk-v1.26.0
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
Expand Down
8 changes: 7 additions & 1 deletion config/samples/maxscale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,13 @@ spec:
type: LoadBalancer
annotations:
metallb.universe.tf/loadBalancerIPs: 172.18.0.224


guiKubernetesService:
type: LoadBalancer
metadata:
annotations:
metallb.universe.tf/loadBalancerIPs: 172.18.0.231

connection:
secretName: mxs-galera-conn
port: 3306
Expand Down

0 comments on commit 4093f20

Please sign in to comment.