ungleich-k8s/rook/values-cluster.yaml

14 lines
650 B
YAML

cephClusterSpec:
mgr:
# When higher availability of the mgr is needed, increase the count to 2.
# In that case, one mgr will be active and one in standby. When Ceph updates which
# mgr is active, Rook will update the mgr services to match the active mgr.
count: 2
# Network configuration, see: https://github.com/rook/rook/blob/master/Documentation/ceph-cluster-crd.md#network-configuration-settings
network:
# Provide internet protocol version. IPv6, IPv4 or empty string are valid options. Empty string would mean IPv4
ipFamily: "IPv6"
# Ceph daemons to listen on both IPv4 and Ipv6 networks
dualStack: false