Initial commit

This commit is contained in:
Scooby Husky
2026-03-09 20:21:35 -05:00
commit aacb8eebbe
314 changed files with 21766 additions and 0 deletions
@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: rook-ceph-nfs-fileshare-external
namespace: rook-ceph
labels:
app: rook-ceph-nfs
ceph_nfs: fileshare
spec:
type: LoadBalancer
selector:
ceph_nfs: fileshare
ports:
- name: nfs
port: 2049
targetPort: 2049
protocol: TCP