Add Pelican panel — EndpointSlice, HTTPRoute, certificate, gateway listener

This commit is contained in:
2026-06-02 19:23:31 +02:00
parent a939c77a04
commit d7bf168d17
6 changed files with 129 additions and 0 deletions

View File

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