Reset git history for making manifests public

This commit is contained in:
2026-05-31 22:25:38 +02:00
commit 3dbb863df7
411 changed files with 42163 additions and 0 deletions

25
searxng/httproute.yaml Normal file
View File

@@ -0,0 +1,25 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: searxng-route
namespace: searxng
spec:
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: gateway-internal
namespace: envoy-gateway
sectionName: searxng
hostnames:
- "search.jsme.be"
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: searxng
port: 8080
kind: Service
group: ""
weight: 1