Add service to nas

This commit is contained in:
Ruben Hensen
2025-03-01 01:48:18 +01:00
parent e983af2ea9
commit 88d5d8fcf4
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: nas-minio-external
spec:
type: ExternalName
externalName: 192.168.1.99
ports:
- port: 9000
protocol: TCP