mirror of
https://github.com/mariadb-operator/mariadb-operator.git
synced 2025-07-28 07:14:28 +00:00
@ -15,6 +15,7 @@ spec:
|
||||
timeout: "5s"
|
||||
secretName: connection
|
||||
secretTemplate:
|
||||
metadata:
|
||||
labels:
|
||||
k8s.mariadb.com/connection: sample
|
||||
annotations:
|
||||
|
@ -15,6 +15,7 @@ spec:
|
||||
timeout: "5s"
|
||||
secretName: connection
|
||||
secretTemplate:
|
||||
metadata:
|
||||
labels:
|
||||
k8s.mariadb.com/connection: sample
|
||||
annotations:
|
||||
|
@ -23,6 +23,7 @@ spec:
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.20
|
||||
|
||||
|
@ -21,5 +21,6 @@ spec:
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.20
|
@ -10,6 +10,7 @@ spec:
|
||||
backupRef:
|
||||
name: backup
|
||||
restoreJob:
|
||||
metadata:
|
||||
labels:
|
||||
sidecar.istio.io/inject: "false"
|
||||
targetRecoveryTime: 2023-12-19T09:00:00Z
|
||||
|
@ -10,6 +10,7 @@ spec:
|
||||
backupRef:
|
||||
name: backup-scheduled
|
||||
restoreJob:
|
||||
metadata:
|
||||
labels:
|
||||
sidecar.istio.io/inject: "false"
|
||||
targetRecoveryTime: 2023-12-28T09:00:00Z
|
||||
|
@ -12,6 +12,7 @@ spec:
|
||||
server: nas.local
|
||||
path: /volume1/mariadb
|
||||
restoreJob:
|
||||
metadata:
|
||||
labels:
|
||||
sidecar.istio.io/inject: "false"
|
||||
targetRecoveryTime: 2023-12-19T09:00:00Z
|
||||
|
@ -11,6 +11,7 @@ spec:
|
||||
persistentVolumeClaim:
|
||||
claimName: backup-scheduled
|
||||
restoreJob:
|
||||
metadata:
|
||||
labels:
|
||||
sidecar.istio.io/inject: "false"
|
||||
targetRecoveryTime: 2023-12-19T09:00:00Z
|
@ -22,6 +22,7 @@ spec:
|
||||
name: minio-ca
|
||||
key: ca.crt
|
||||
restoreJob:
|
||||
metadata:
|
||||
labels:
|
||||
sidecar.istio.io/inject: "false"
|
||||
targetRecoveryTime: 2023-12-19T09:00:00Z
|
||||
|
@ -100,6 +100,7 @@ spec:
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.20
|
||||
externalTrafficPolicy: Cluster
|
||||
|
@ -17,16 +17,19 @@ spec:
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.150
|
||||
|
||||
primaryService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.160
|
||||
|
||||
secondaryService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.161
|
||||
|
||||
|
@ -34,6 +34,7 @@ spec:
|
||||
|
||||
kubernetesService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.229
|
||||
|
||||
@ -82,6 +83,7 @@ spec:
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.150
|
||||
connection:
|
||||
@ -91,6 +93,7 @@ spec:
|
||||
|
||||
primaryService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.160
|
||||
primaryConnection:
|
||||
@ -100,6 +103,7 @@ spec:
|
||||
|
||||
secondaryService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.161
|
||||
secondaryConnection:
|
||||
|
@ -22,6 +22,7 @@ spec:
|
||||
|
||||
kubernetesService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.229
|
||||
|
||||
@ -34,16 +35,19 @@ spec:
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.150
|
||||
|
||||
primaryService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.160
|
||||
|
||||
secondaryService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.161
|
||||
|
||||
|
@ -8,6 +8,7 @@ spec:
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.20
|
||||
externalTrafficPolicy: Cluster
|
||||
|
@ -8,6 +8,7 @@ spec:
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.20
|
||||
|
||||
|
@ -8,6 +8,7 @@ spec:
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.20
|
||||
|
||||
|
@ -17,16 +17,19 @@ spec:
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.120
|
||||
|
||||
primaryService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.130
|
||||
|
||||
secondaryService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.131
|
||||
|
||||
|
@ -34,6 +34,7 @@ spec:
|
||||
|
||||
kubernetesService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.219
|
||||
|
||||
@ -60,6 +61,7 @@ spec:
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.120
|
||||
connection:
|
||||
@ -69,6 +71,7 @@ spec:
|
||||
|
||||
primaryService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.130
|
||||
primaryConnection:
|
||||
@ -78,6 +81,7 @@ spec:
|
||||
|
||||
secondaryService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.131
|
||||
secondaryConnection:
|
||||
|
@ -22,6 +22,7 @@ spec:
|
||||
|
||||
kubernetesService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.219
|
||||
|
||||
@ -34,16 +35,19 @@ spec:
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.120
|
||||
|
||||
primaryService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.130
|
||||
|
||||
secondaryService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.131
|
||||
|
||||
|
@ -8,5 +8,6 @@ spec:
|
||||
|
||||
kubernetesService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.224
|
@ -91,6 +91,7 @@ spec:
|
||||
|
||||
kubernetesService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.224
|
||||
|
||||
|
@ -138,6 +138,7 @@ spec:
|
||||
|
||||
kubernetesService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.224
|
||||
|
||||
|
@ -66,6 +66,7 @@ spec:
|
||||
|
||||
kubernetesService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.224
|
||||
|
||||
|
@ -66,6 +66,7 @@ spec:
|
||||
|
||||
kubernetesService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
metallb.universe.tf/loadBalancerIPs: 172.18.0.214
|
||||
|
||||
|
Reference in New Issue
Block a user