feat(swagger_v2): added support for the orca staging environment

This commit is contained in:
Richard Robert Reitz 2025-10-20 13:05:36 +02:00
parent 0f71239db6
commit 1413836b68
9 changed files with 186 additions and 39 deletions

View file

@ -3,8 +3,8 @@
kind: edgeconnect-deployment
metadata:
name: "edge-app-demo" # name could be used for appName
appVersion: "1.0.0"
organization: "edp2"
appVersion: "1"
organization: "edp2-orca"
spec:
# dockerApp: # Docker is OBSOLETE
# appVersion: "1.0.0"
@ -13,10 +13,10 @@ spec:
k8sApp:
manifestFile: "./k8s-deployment.yaml"
infraTemplate:
- region: "EU"
cloudletOrg: "TelekomOP"
cloudletName: "Munich"
flavorName: "EU.small"
- region: "US"
cloudletOrg: "TelekomOp"
cloudletName: "gardener-shepherd-test"
flavorName: "defualt"
network:
outboundConnections:
- protocol: "tcp"

View file

@ -32,7 +32,7 @@ spec:
volumes:
containers:
- name: edgeconnect-coder
image: nginx:latest
image: edp.buildth.ing/devfw-cicd/fibonacci_pipeline:edge_platform_demo
imagePullPolicy: Always
ports:
- containerPort: 80