mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 11:36:50 +00:00
87 lines
1.6 KiB
YAML
87 lines
1.6 KiB
YAML
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: gitlab-web
|
|
namespace: gitlab
|
|
spec:
|
|
parentRefs:
|
|
- name: edge
|
|
namespace: gateway
|
|
sectionName: https
|
|
hostnames:
|
|
- gitlab.kube.huskypup.net
|
|
rules:
|
|
- matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|
|
backendRefs:
|
|
- name: gitlab-webservice-default
|
|
port: 8181
|
|
|
|
---
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: gitlab-registry
|
|
namespace: gitlab
|
|
spec:
|
|
parentRefs:
|
|
- name: edge
|
|
namespace: gateway
|
|
sectionName: https
|
|
hostnames:
|
|
- registry.gitlab.kube.huskypup.net
|
|
rules:
|
|
- matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|
|
backendRefs:
|
|
- name: gitlab-registry
|
|
port: 5000
|
|
|
|
---
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: gitlab-minio
|
|
namespace: gitlab
|
|
spec:
|
|
parentRefs:
|
|
- name: edge
|
|
namespace: gateway
|
|
sectionName: https
|
|
hostnames:
|
|
- minio.gitlab.kube.huskypup.net
|
|
rules:
|
|
- matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|
|
backendRefs:
|
|
- name: gitlab-minio-svc
|
|
port: 9000
|
|
|
|
---
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: gitlab-kas
|
|
namespace: gitlab
|
|
spec:
|
|
parentRefs:
|
|
- name: edge
|
|
namespace: gateway
|
|
sectionName: https
|
|
hostnames:
|
|
- kas.kube.huskypup.net
|
|
rules:
|
|
- matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: /
|
|
backendRefs:
|
|
- name: gitlab-kas
|
|
port: 8154
|