diff --git a/clusters/cl01tl/applications/site-profile/templates/http-route.yaml b/clusters/cl01tl/applications/site-profile/templates/http-route.yaml index c86ef7578..5cbea372a 100644 --- a/clusters/cl01tl/applications/site-profile/templates/http-route.yaml +++ b/clusters/cl01tl/applications/site-profile/templates/http-route.yaml @@ -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