All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vops.apps.gitlab.2.2.335.source-code.gitlab-ssh-svc.yml Maven / Gradle / Ivy

The newest version!
---
apiVersion: "v1"
kind: "Service"
metadata:
  labels:
    project: "${project.artifactId}"
    provider: "fabric8"
  name: "gitlab-ssh"
spec:
  ports:
  - port: 22
    protocol: "TCP"
    targetPort: 22
  selector:
    project: "gitlab"
    provider: "fabric8"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy