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