test(orca-forgjo-runner): added v2 example to deploy forgejo runner in orca
All checks were successful
test / test (push) Successful in 16s
All checks were successful
test / test (push) Successful in 16s
This commit is contained in:
parent
716c8e79e4
commit
26ba07200e
2 changed files with 29 additions and 0 deletions
29
sdk/examples/forgejo-runner/EdgeConnectConfig_v2.yaml
Normal file
29
sdk/examples/forgejo-runner/EdgeConnectConfig_v2.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: "forgejo-runner-orca" # name could be used for appName
|
||||
appVersion: "1"
|
||||
organization: "edp2-orca"
|
||||
spec:
|
||||
# dockerApp: # Docker is OBSOLETE
|
||||
# appVersion: "1.0.0"
|
||||
# manifestFile: "./docker-compose.yaml"
|
||||
# image: "https://registry-1.docker.io/library/nginx:latest"
|
||||
k8sApp:
|
||||
manifestFile: "./forgejo-runner-deployment.yaml"
|
||||
infraTemplate:
|
||||
- region: "US"
|
||||
cloudletOrg: "TelekomOp"
|
||||
cloudletName: "gardener-shepherd-test"
|
||||
flavorName: "defualt"
|
||||
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