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

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

11
pelican/pelican-svc.yaml Normal file
View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: pelican
namespace: pelican
spec:
ports:
- protocol: TCP
port: 80
targetPort: 80
type: ClusterIP