Files
italiadatacenter/st2idc/httproute.yaml
T
2026-08-26 10:45:35 +02:00

18 lines
315 B
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: httproute2
spec:
hostnames:
- <endpoint>
parentRefs:
- name: main-gateway
namespace: nginx-gateway
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: <svc-name
port: 80