tweak longhorn
This commit is contained in:
parent
c96fbcf52f
commit
908899b2cd
|
@ -16,6 +16,14 @@ spec:
|
|||
defaultReplicaCount: 2
|
||||
defaultDataLocality: best-effort
|
||||
replicaAutoBalance: least-effort
|
||||
longhornManager:
|
||||
tolerations:
|
||||
- key: kubernetes.io/arch
|
||||
operator: Exists
|
||||
longhornDriver:
|
||||
tolerations:
|
||||
- key: kubernetes.io/arch
|
||||
operator: Exists
|
||||
ingress:
|
||||
enabled: true
|
||||
host: ${LONGHORN_EXTERNAL_HOST}
|
||||
|
|
Loading…
Reference in New Issue