initial commit

This commit is contained in:
2026-01-17 08:40:50 -05:00
parent 6eae4c6fa1
commit 6c0c269520
6 changed files with 134 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
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