0
0
Fork 0
mirror of https://github.com/atmoz/sftp.git synced 2025-03-09 15:16:00 -04:00
atmoz-sftp/kubernetes/sftp-svc.yml
2022-02-23 18:02:42 +06:00

14 lines
201 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: sftp-client
name: sftp-client
spec:
ports:
- name: ssh
port: 22
targetPort: 22
selector:
app: sftp-client
type: NodePort