K3s-cluster/gitlab/service.yaml
Tanguy Herbron 5f870e9ca0 feat(gitlab): Add basic Gitlab configuration
Contains basic deployment and networking requirement, awaiting custom configuration and proper volume management.
2022-10-17 00:35:03 +02:00

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