nineskeletor/misc/k8s/kustomization/base/resources/sftp/sftp-service.yaml
afornerot dc0e331414
Some checks failed
Cadoles/nineskeletor/pipeline/head There was a failure building this commit
kubernites
2023-06-26 09:20:23 +02:00

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