Tanguy Herbron
5f870e9ca0
Contains basic deployment and networking requirement, awaiting custom configuration and proper volume management.
14 lines
222 B
YAML
14 lines
222 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: gitlab-svc
|
|
namespace: gitlab
|
|
spec:
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
protocol: TCP
|
|
targetPort: 80
|
|
selector:
|
|
app: gitlab
|