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 }} app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
parentRefs: parentRefs:
- name: cilium-gateway - group: gateway.networking.k8s.io
kind: Gateway
name: cilium-gateway
namespace: cilium namespace: cilium
hostnames: hostnames:
- "site.alexlebens.net" - site.alexlebens.net
rules: rules:
- matches: - matches:
- path: - path:
type: PathPrefix type: PathPrefix
value: / value: /
backendRefs: backendRefs:
- name: my-service - group: ''
kind: Service
name: site-profile
port: 80 port: 80
weight: 1