refactor(longhorn): reduce default replica count

https://longhorn.io/docs/1.2.3/references/settings/#default-replica-count
This commit is contained in:
Khue Doan 2022-01-19 00:21:00 +07:00
parent ce5e188654
commit 97231c56aa

View File

@ -1 +1,4 @@
longhorn:
persistence:
# If you have three or more nodes for storage, use 3; otherwise use 2
defaultClassReplicaCount: 2 # TODO run DR test to see if we actually need 3