fix route
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user