feat(gateway): Enabled and configured Cilium as a GatewayClass

Hooked up Cert-manager to Gateway for TLS certificatesk
This commit is contained in:
Vegard Hagen
2023-12-28 21:20:59 +01:00
parent 7dcb0940de
commit b066e54304
22 changed files with 176 additions and 51 deletions
+18
View File
@@ -0,0 +1,18 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: jellyfin-http-route
spec:
parentRefs:
- name: cilium-gateway
namespace: gateway
hostnames:
- "jellyfin.stonegarden.dev"
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: jellyfin-svc
port: 8096