Add Wings HTTPS proxy via Envoy Gateway

This commit is contained in:
2026-06-02 22:28:39 +02:00
parent 911f2c4b8f
commit 5d73cee1bf
6 changed files with 94 additions and 0 deletions

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

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