mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
18 lines
254 B
YAML
18 lines
254 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: gitlab
|
|
labels:
|
|
name: gitlab
|
|
spec:
|
|
type: LoadBalancer
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
targetPort: http
|
|
- name: ssh
|
|
port: 22
|
|
targetPort: ssh
|
|
selector:
|
|
name: gitlab
|