website-and-documentation/edgeconnectdeployment.yaml
Richard Robert Reitz b09714c426
Some checks failed
ci / build (push) Successful in 1m1s
release / release (push) Failing after 2m50s
feat(edge): Added Edge Deployment functionality
2025-10-24 10:22:10 +02:00

23 lines
534 B
YAML

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"