- longhorn: move ingress to helm-values, nodes to manifests - velero: move ingress to velero-ui inline values
16 lines
316 B
YAML
16 lines
316 B
YAML
apiVersion: longhorn.io/v1beta2
|
|
kind: Node
|
|
metadata:
|
|
name: mayne-vcn
|
|
namespace: longhorn
|
|
spec:
|
|
allowScheduling: false
|
|
disks:
|
|
new-disk:
|
|
allowScheduling: false
|
|
diskType: filesystem
|
|
evictionRequested: true
|
|
path: /mnt/longhorn-storage
|
|
storageReserved: 5368709120
|
|
tags: []
|