mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
feat(gateway): Enabled and configured Cilium as a GatewayClass
Hooked up Cert-manager to Gateway for TLS certificatesk
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user