fix route

This commit is contained in:
2024-08-22 13:38:30 -05:00
parent ed14c8a1f2
commit 0fc24ee3b3

View File

@@ -11,15 +11,20 @@ metadata:
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
parentRefs:
- name: cilium-gateway
- group: gateway.networking.k8s.io
kind: Gateway
name: cilium-gateway
namespace: cilium
hostnames:
- "site.alexlebens.net"
- site.alexlebens.net
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: my-service
- group: ''
kind: Service
name: site-profile
port: 80
weight: 1