feat(edge): Added Edge Deployment functionality

This commit is contained in:
Richard Robert Reitz 2025-10-24 10:22:10 +02:00
parent bf72902237
commit b09714c426
5 changed files with 133 additions and 8 deletions

View file

@ -0,0 +1,23 @@
kind: edgeconnect-deployment
metadata:
name: "edpdoc"
appVersion: "1.0.0"
organization: "edp2"
spec:
k8sApp:
manifestFile: "./k8s-deployment.yaml"
infraTemplate:
- region: "EU"
cloudletOrg: "TelekomOP"
cloudletName: "Munich"
flavorName: "EU.small"
network:
outboundConnections:
- protocol: "tcp"
portRangeMin: 80
portRangeMax: 80
remoteCIDR: "0.0.0.0/0"
- protocol: "tcp"
portRangeMin: 443
portRangeMax: 443
remoteCIDR: "0.0.0.0/0"