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
+1 -1
View File
@@ -25,7 +25,7 @@ spec:
config: config:
region: minio region: minio
s3ForcePathStyle: true s3ForcePathStyle: true
s3Url: http://192.168.1.99:9000 s3Url: http://nas-minio-external:9000
insecureSkipTLSVerify: "true" insecureSkipTLSVerify: "true"
volumeSnapshotLocation: volumeSnapshotLocation:
- name: default - name: default