Add nas ingress

This commit is contained in:
Ruben Hensen
2025-02-03 11:44:29 +01:00
parent 5963af2c58
commit 89c512299d
2 changed files with 54 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: nas-external
spec:
type: ExternalName
externalName: 192.168.1.99
ports:
- port: 5001
protocol: TCP