re add navidrome
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
0b69038d79
commit
adc6cdb0bc
14 changed files with 44 additions and 1 deletions
37
apps/navidrome/route.yaml
Normal file
37
apps/navidrome/route.yaml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: navidrome
|
||||
namespace: navidrome
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: shared-edge-gateway
|
||||
namespace: cilium-ingress
|
||||
|
||||
hostnames:
|
||||
- "music.local.gwg313.xyz"
|
||||
- "music.gwg313.xyz"
|
||||
- "music.zerotier.gwg313.xyz"
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
backendRefs:
|
||||
- name: navidrome
|
||||
port: 80
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1beta1
|
||||
kind: ReferenceGrant
|
||||
metadata:
|
||||
name: allow-gateway-to-navidrome
|
||||
namespace: navidrome
|
||||
spec:
|
||||
from:
|
||||
- group: gateway.networking.k8s.io
|
||||
kind: Gateway
|
||||
namespace: cilium-ingress
|
||||
to:
|
||||
- group: ""
|
||||
kind: Service
|
||||
name: navidrome
|
||||
Loading…
Add table
Add a link
Reference in a new issue