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.
17 lines
278 B
YAML
17 lines
278 B
YAML
kind: Deployment
|
|
clustered: true
|
|
cluster:
|
|
ha_ap_mode: true
|
|
ha_ap:
|
|
connector:
|
|
ref: broker1
|
|
static:
|
|
ref: broker2
|
|
application:
|
|
name: broker1
|
|
amq_broker_image: registry.tuxnet.lan/amq7/amq-broker-rhel8
|
|
storageclass: nfs-delete
|
|
|
|
ingress:
|
|
domain: tuxnet.lan
|