afornerot
dc0e331414
Some checks failed
Cadoles/nineskeletor/pipeline/head There was a failure building this commit
14 lines
211 B
YAML
14 lines
211 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
io.kompose.service: sftp
|
|
name: sftp
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- name: sftp
|
|
port: 22
|
|
targetPort: 22
|
|
selector:
|
|
io.kompose.service: sftp |