Add Wings HTTPS proxy via Envoy Gateway

This commit is contained in:
2026-06-02 22:28:39 +02:00
parent 9436ed134a
commit 6c6c88a16a
6 changed files with 94 additions and 0 deletions

View File

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