add nas deployment

This commit is contained in:
2025-11-03 00:41:07 +01:00
parent 8063cbaf80
commit d1a95c6001
7 changed files with 136 additions and 0 deletions

15
apps/nas/service.yaml Normal file
View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: nas-sftp
namespace: nas
spec:
type: LoadBalancer
externalTrafficPolicy: Cluster
ports:
- name: sftp
port: 22
targetPort: 22
protocol: TCP
selector:
app: nas-sftp