mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
18 lines
308 B
YAML
18 lines
308 B
YAML
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
|