diff --git a/config/config.yaml b/config/config.yaml index e14823b10..4207d52e9 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -135,8 +135,6 @@ clouds: armHelperFPAPrincipalId: bc17c825-6cf8-40d0-8bd6-5536a993115e # Maestro maestro: - postgres: - deploy: false imageTag: bc2f131579c6ffc664c15f48c50a9936f1b4a7ce # Cluster Service clusterService: @@ -266,6 +264,8 @@ clouds: regionalDNSSubdomain: '{{ .ctx.regionShort }}' # Maestro maestro: + postgres: + deploy: false serverMqttClientName: 'maestro-server-{{ .ctx.regionShort }}' # Frontend frontend: diff --git a/config/public-cloud-cs-pr.json b/config/public-cloud-cs-pr.json index d039086ff..19948d452 100644 --- a/config/public-cloud-cs-pr.json +++ b/config/public-cloud-cs-pr.json @@ -85,7 +85,7 @@ "imageBase": "quay.io/redhat-user-workloads/maestro-rhtap-tenant/maestro/maestro", "imageTag": "bc2f131579c6ffc664c15f48c50a9936f1b4a7ce", "postgres": { - "deploy": false, + "deploy": true, "minTLSVersion": "TLSV1.2", "name": "arohcp-maestro-cspr", "private": false, diff --git a/config/public-cloud-dev.json b/config/public-cloud-dev.json index b4db4b6cf..590ccaf00 100644 --- a/config/public-cloud-dev.json +++ b/config/public-cloud-dev.json @@ -85,7 +85,7 @@ "imageBase": "quay.io/redhat-user-workloads/maestro-rhtap-tenant/maestro/maestro", "imageTag": "bc2f131579c6ffc664c15f48c50a9936f1b4a7ce", "postgres": { - "deploy": false, + "deploy": true, "minTLSVersion": "TLSV1.2", "name": "arohcp-maestro-dev", "private": false,