feat(examples): added edge connect v1 and v2 examples
Some checks failed
test / test (push) Failing after 1m30s
Some checks failed
test / test (push) Failing after 1m30s
This commit is contained in:
parent
732e10fc16
commit
53e3bfd14e
2 changed files with 29 additions and 0 deletions
29
sdk/examples/comprehensive/EdgeConnectConfig_v1.yaml
Normal file
29
sdk/examples/comprehensive/EdgeConnectConfig_v1.yaml
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
# Is there a swagger file for the new EdgeConnect API?
|
||||||
|
# How does it differ from the EdgeXR API?
|
||||||
|
kind: edgeconnect-deployment
|
||||||
|
metadata:
|
||||||
|
name: "edge-app-demo" # name could be used for appName
|
||||||
|
appVersion: "1.0.0"
|
||||||
|
organization: "edp2"
|
||||||
|
spec:
|
||||||
|
# dockerApp: # Docker is OBSOLETE
|
||||||
|
# appVersion: "1.0.0"
|
||||||
|
# manifestFile: "./docker-compose.yaml"
|
||||||
|
# image: "https://registry-1.docker.io/library/nginx:latest"
|
||||||
|
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"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue