Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@cent-gluster-workstation ~]# cat gitlab-service-nodePort.yaml
- apiVersion: v1
- kind: Service
- metadata:
- labels:
- io.kompose.service: gitlab
- name: gitlab
- spec:
- type: NodePort
- ports:
- - name: "http"
- port: 80
- nodePort: 30080
- - name: "https"
- port: 443
- nodePort: 30443
- selector:
- io.kompose.service: gitlab
- status:
- loadBalancer: {}
Add Comment
Please, Sign In to add comment