mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
apiVersion: networking.istio.io/v1beta1
|
||||
kind: VirtualService
|
||||
metadata:
|
||||
name: gitlab
|
||||
namespace: gitlab
|
||||
spec:
|
||||
hosts:
|
||||
- gitlab.kube.huskypup.net
|
||||
gateways:
|
||||
- istio-system/edge
|
||||
http:
|
||||
- timeout: 3600s
|
||||
route:
|
||||
- destination:
|
||||
host: gitlab-webservice-default.gitlab.svc.cluster.local
|
||||
port:
|
||||
number: 8181
|
||||
|
||||
---
|
||||
apiVersion: networking.istio.io/v1beta1
|
||||
kind: VirtualService
|
||||
metadata:
|
||||
name: gitlab-registry
|
||||
namespace: gitlab
|
||||
spec:
|
||||
hosts:
|
||||
- registry.gitlab.kube.huskypup.net
|
||||
gateways:
|
||||
- istio-system/edge
|
||||
http:
|
||||
- timeout: 3600s
|
||||
route:
|
||||
- destination:
|
||||
host: gitlab-registry.gitlab.svc.cluster.local
|
||||
port:
|
||||
number: 5000
|
||||
|
||||
---
|
||||
apiVersion: networking.istio.io/v1beta1
|
||||
kind: VirtualService
|
||||
metadata:
|
||||
name: gitlab-minio
|
||||
namespace: gitlab
|
||||
spec:
|
||||
hosts:
|
||||
- minio.gitlab.kube.huskypup.net
|
||||
gateways:
|
||||
- istio-system/edge
|
||||
http:
|
||||
- timeout: 3600s
|
||||
route:
|
||||
- destination:
|
||||
host: gitlab-minio-svc.gitlab.svc.cluster.local
|
||||
port:
|
||||
number: 9000
|
||||
|
||||
---
|
||||
apiVersion: networking.istio.io/v1beta1
|
||||
kind: VirtualService
|
||||
metadata:
|
||||
name: gitlab-kas
|
||||
namespace: gitlab
|
||||
spec:
|
||||
hosts:
|
||||
- kas.kube.huskypup.net
|
||||
gateways:
|
||||
- istio-system/edge
|
||||
http:
|
||||
- timeout: 3600s
|
||||
route:
|
||||
- destination:
|
||||
host: gitlab-kas.gitlab.svc.cluster.local
|
||||
port:
|
||||
number: 8154
|
||||
Reference in New Issue
Block a user