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,18 @@
apiVersion: discovery.k8s.io/v1
kind: EndpointSlice
metadata:
name: pelican
namespace: pelican
labels:
kubernetes.io/service-name: pelican
addressType: IPv4
ports:
- port: 80
protocol: TCP
endpoints:
- addresses:
- "10.8.11.50"
conditions:
ready: true
serving: true
terminating: false