forked from k-space/kube
28 lines
521 B
YAML
28 lines
521 B
YAML
|
persistence:
|
||
|
defaultClassReplicaCount: 2
|
||
|
|
||
|
defaultSettings:
|
||
|
defaultDataLocality: best-effort
|
||
|
taintToleration: "dedicated=storage:NoSchedule"
|
||
|
systemManagedComponentsNodeSelector: "dedicated:storage"
|
||
|
|
||
|
longhornDriver:
|
||
|
tolerations:
|
||
|
- key: dedicated
|
||
|
operator: Equal
|
||
|
value: storage
|
||
|
effect: NoSchedule
|
||
|
|
||
|
longhornUI:
|
||
|
tolerations:
|
||
|
- key: dedicated
|
||
|
operator: Equal
|
||
|
value: storage
|
||
|
effect: NoSchedule
|
||
|
|
||
|
ingress:
|
||
|
enabled: true
|
||
|
host: longhorn.k-space.ee
|
||
|
tls: true
|
||
|
tlsSecret: longhorn-tls
|