Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Sep 9, 2023
1 parent 9ff05f2 commit b687dda
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,23 @@ spec:
replicas: 3

replication:
enabled: true
primary:
podIndex: 0
automaticFailover: true
service:
type: ClusterIP
connection:
secretName: primary-mariadb-conn
secretTemplate:
key: dsn
replica:
waitPoint: AfterSync
connectionTimeout: 10s
connectionRetries: 10
syncTimeout: 10s

primaryService:
type: ClusterIP
primaryConnection:
secretName: primary-mariadb-conn
secretTemplate:
key: dsn

affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down

0 comments on commit b687dda

Please sign in to comment.