Add Wings HTTPS proxy via Envoy Gateway

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

View File

@@ -0,0 +1,19 @@
- op: add
path: /spec/listeners/-
value:
name: wings
protocol: HTTPS
port: 443
hostname: "wings.jsme.be"
allowedRoutes:
namespaces:
from: Selector
selector:
matchLabels:
kubernetes.io/metadata.name: pelican
tls:
mode: Terminate
certificateRefs:
- kind: Secret
name: wings-tls
namespace: envoy-gateway