Files
k8scd/nas/service.yaml
T
2025-02-03 12:39:20 +01:00

14 lines
241 B
YAML

apiVersion: v1
kind: Service
metadata:
name: nas-external
spec:
type: ExternalName
externalName: 192.168.1.99
ports:
- name: nas-5000
protocol: TCP
port: 5000
- name: nas-5001
protocol: TCP
port: 5001