mirror of
https://github.com/atmoz/sftp.git
synced 2025-03-09 15:16:00 -04:00
15 lines
201 B
YAML
15 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
|