Rename `values_helmChart__passive.yaml` to `values_helmChart__backup.yaml` and `values_helmChart.yaml` to `values_helmChart__primary.yaml`. These changes improve file clarity by explicitly indicating the purpose of each values file. The primary configuration is now more identifiable with its new name, while the backup file is clearly designated, reducing confusion for future updates and maintenance. There are no breaking changes associated with these renames.
20 lines
291 B
YAML
20 lines
291 B
YAML
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
|