gcloud-lab/infrastructure/gatewayapi/gateway-routes/hermes-webhook.yaml

16 lines
297 B
YAML
Raw Normal View History

apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: hermes-webhook
namespace: customer1
spec:
parentRefs:
- name: external-http-gateway
sectionName: https
hostnames:
2026-05-08 12:51:03 -04:00
- "ws.siriusdevops.com"
rules:
- backendRefs:
- name: hermes-gateway
2026-05-09 23:01:20 +00:00
port: 9118