Skip to content

Commit

Permalink
disable zone redundancy for the dev grafana
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <goberlec@redhat.com>
  • Loading branch information
geoberle committed Feb 25, 2025
1 parent 1b7b5f8 commit 54f75a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ clouds:
monitoring:
workspaceName: 'arohcp-{{ .ctx.regionShort }}'
grafanaName: 'arohcp-dev'
grafanaZoneRedundantMode: Enabled
grafanaZoneRedundantMode: Disabled
grafanaAdminGroupPrincipalId: 6b6d3adf-8476-4727-9812-20ffdef2b85c
# Logs
logs:
Expand Down
2 changes: 1 addition & 1 deletion config/public-cloud-cs-pr.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"monitoring": {
"grafanaAdminGroupPrincipalId": "6b6d3adf-8476-4727-9812-20ffdef2b85c",
"grafanaName": "arohcp-dev",
"grafanaZoneRedundantMode": "Enabled",
"grafanaZoneRedundantMode": "Disabled",
"workspaceName": "arohcp-cspr"
},
"msiKeyVault": {
Expand Down
2 changes: 1 addition & 1 deletion config/public-cloud-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"monitoring": {
"grafanaAdminGroupPrincipalId": "6b6d3adf-8476-4727-9812-20ffdef2b85c",
"grafanaName": "arohcp-dev",
"grafanaZoneRedundantMode": "Enabled",
"grafanaZoneRedundantMode": "Disabled",
"workspaceName": "arohcp-dev"
},
"msiKeyVault": {
Expand Down
2 changes: 1 addition & 1 deletion config/public-cloud-personal-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"monitoring": {
"grafanaAdminGroupPrincipalId": "6b6d3adf-8476-4727-9812-20ffdef2b85c",
"grafanaName": "arohcp-dev",
"grafanaZoneRedundantMode": "Enabled",
"grafanaZoneRedundantMode": "Disabled",
"workspaceName": "arohcp-usw3tst"
},
"msiKeyVault": {
Expand Down

0 comments on commit 54f75a5

Please sign in to comment.