This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
irc/thelounge/httproute.yaml
T
2026-01-17 08:40:50 -05:00

19 lines
369 B
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: thelounge
namespace: irc
spec:
parentRefs:
- name: external
namespace: istio-system
hostnames:
- ${THELOUNGE_HOSTNAME}
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: thelounge
port: 9000