mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 11:36:50 +00:00
14 lines
266 B
YAML
14 lines
266 B
YAML
apiVersion: ceph.rook.io/v1
|
|
kind: CephNFS
|
|
metadata:
|
|
name: fileshare
|
|
namespace: rook-ceph
|
|
spec:
|
|
server:
|
|
active: 1
|
|
placement:
|
|
tolerations:
|
|
- key: node-role.kubernetes.io/control-plane
|
|
operator: Exists
|
|
effect: NoSchedule
|