Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apiVersion: v1
- kind: Service
- metadata:
- name: gitlab
- labels:
- name: gitlab
- spec:
- type: NodePort
- ports:
- - name: http
- port: 80
- targetPort: 80
- protocol: TCP
- - name: ssh
- port: 22
- targetPort: 22
- protocol: TCP
- selector:
- name: gitlab
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement