diff --git a/artemis-broker-primary/values_helmChart__primary.yaml b/artemis-broker-primary/values_helmChart__primary.yaml index 4b8dedd..c286a7d 100644 --- a/artemis-broker-primary/values_helmChart__primary.yaml +++ b/artemis-broker-primary/values_helmChart__primary.yaml @@ -24,4 +24,38 @@ affinity: {} # - key: disktype # operator: In # values: -# - ssd \ No newline at end of file +# - ssd + + +artemis-broker-backup: + kind: Deployment + clustered: true + cluster: + ha_ap_mode: true + ha_ap: + mode: backup + connector: + ref: broker2 + static: + ref: broker1 + application: + name: broker2 + amq_broker_image: registry.tuxnet.lan/amq7/amq-broker-rhel8 + + nodeport: + port: 30004 + + ingress: + domain: tuxnet.lan + + + # k8s affinity for node binding + affinity: {} + # nodeAffinity: + # requiredDuringSchedulingIgnoredDuringExecution: + # nodeSelectorTerms: + # - matchExpressions: + # - key: disktype + # operator: In + # values: + # - ssd \ No newline at end of file