mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
24 lines
517 B
YAML
24 lines
517 B
YAML
---
|
|
apiVersion: networking.istio.io/v1beta1
|
|
kind: VirtualService
|
|
metadata:
|
|
name: buildbuddy
|
|
namespace: default
|
|
annotations:
|
|
external-dns.alpha.kubernetes.io/target: ingress.build.resf.org
|
|
spec:
|
|
gateways:
|
|
- istio-system/base-gateway-public
|
|
hosts:
|
|
- bz.build.resf.org
|
|
http:
|
|
- name: buildbuddy
|
|
match:
|
|
- uri:
|
|
prefix: "/invocation"
|
|
route:
|
|
- destination:
|
|
host: buildbuddy.default.svc.cluster.local
|
|
port:
|
|
number: 8080
|