This commit is contained in:
2024-05-07 08:23:08 +02:00
parent dabbb801d0
commit 8e9faf0a16
7 changed files with 138 additions and 0 deletions

View File

@ -0,0 +1,20 @@
apiVersion: v1
kind: Service
metadata:
name: sftpgo
namespace: sftpgo
spec:
ports:
- appProtocol: sftp-ssh
name: sftp
port: 22
protocol: TCP
targetPort: sftp
- appProtocol: http
name: http
port: 80
protocol: TCP
targetPort: http
selector:
app.kubernetes.io/name: sftpgo
type: ClusterIP