Files
kubedeploy-k3s/apps/sftpgo/base/service.yaml
2024-05-07 08:23:08 +02:00

21 lines
336 B
YAML

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