This commit is contained in:
parent
09ad5decdf
commit
b8844249d4
1 changed files with 6 additions and 6 deletions
|
|
@ -3,8 +3,8 @@
|
||||||
kind: edgeconnect-deployment
|
kind: edgeconnect-deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: "edge-app-demo" # name could be used for appName
|
name: "edge-app-demo" # name could be used for appName
|
||||||
appVersion: "1"
|
appVersion: "1.0.0"
|
||||||
organization: "edp2-orca"
|
organization: "edp2"
|
||||||
spec:
|
spec:
|
||||||
# dockerApp: # Docker is OBSOLETE
|
# dockerApp: # Docker is OBSOLETE
|
||||||
# appVersion: "1.0.0"
|
# appVersion: "1.0.0"
|
||||||
|
|
@ -13,10 +13,10 @@ spec:
|
||||||
k8sApp:
|
k8sApp:
|
||||||
manifestFile: "./k8s-deployment.yaml" # store hash of the manifest file in annotation field. Annotations is a comma separated map of arbitrary key value pairs,
|
manifestFile: "./k8s-deployment.yaml" # store hash of the manifest file in annotation field. Annotations is a comma separated map of arbitrary key value pairs,
|
||||||
infraTemplate:
|
infraTemplate:
|
||||||
- region: "US"
|
- region: "EU"
|
||||||
cloudletOrg: "TelekomOp"
|
cloudletOrg: "TelekomOP"
|
||||||
cloudletName: "gardener-shepherd-test"
|
cloudletName: "Munich"
|
||||||
flavorName: "defualt"
|
flavorName: "EU.small"
|
||||||
network:
|
network:
|
||||||
outboundConnections:
|
outboundConnections:
|
||||||
- protocol: "tcp"
|
- protocol: "tcp"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue