Skip to content

Commit

Permalink
Change odf failureDomains to host
Browse files Browse the repository at this point in the history
RHDPS deploys a cluster to a single availability zone. With the default
value for failureDomain (zone) the odf app. would not be healthy. We
change this to host.
  • Loading branch information
darkdoc committed Nov 18, 2024
1 parent f42569d commit 15f02ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions values-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ clusterGroup:
project: medical-diagnosis
chart: openshift-data-foundations
chartVersion: 0.1.*
overrides:
- name: objectStorage.dataPool.failureDomain
value: host
- name: objectStorage.metadataPool.failureDomain
value: host


openshift-serverless:
name: serverless
Expand Down

0 comments on commit 15f02ea

Please sign in to comment.