feat(gateway): Switch public sites over to Gateway instead of Traefik IngressRoute

This commit is contained in:
Vegard Hagen
2023-12-30 13:19:06 +01:00
parent b066e54304
commit 6a3fffb8c3
18 changed files with 110 additions and 27 deletions
+18
View File
@@ -0,0 +1,18 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: blog-http-route
spec:
parentRefs:
- name: cilium-gateway
namespace: gateway
hostnames:
- "blog.stonegarden.dev"
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: blog
port: 80