rooks only move in a straight line...
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
9eb05a8a93
commit
3de4b41174
|
@ -6,7 +6,7 @@ spec:
|
||||||
teamId: homeassistant
|
teamId: homeassistant
|
||||||
volume:
|
volume:
|
||||||
size: 20Gi
|
size: 20Gi
|
||||||
storageClass: rook-ceph-block-ssd
|
storageClass: longhorn-fast
|
||||||
numberOfInstances: 1
|
numberOfInstances: 1
|
||||||
users:
|
users:
|
||||||
homeassistant:
|
homeassistant:
|
||||||
|
|
|
@ -10,4 +10,4 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 50Gi
|
storage: 50Gi
|
||||||
storageClassName: rook-ceph-block-ssd
|
storageClassName: longhorn-fast
|
||||||
|
|
Loading…
Reference in New Issue