tested app
This commit is contained in:
parent
6c7a34d68a
commit
f41b35cb33
4 changed files with 45 additions and 15 deletions
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
labels:
|
||||
app: nginx
|
||||
spec:
|
||||
replicas: 3
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: nginx
|
||||
|
|
@ -16,7 +16,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: nginx:latest
|
||||
image: docker.io/library/nginx:latest
|
||||
ports:
|
||||
- containerPort: 80
|
||||
---
|
||||
|
|
|
|||
|
|
@ -12,15 +12,15 @@ provider "edge-connect" {
|
|||
|
||||
resource "edge-connect_app" "edge_app_demo" {
|
||||
name = "edge-app-demo"
|
||||
app_version = "1"
|
||||
organization = "edp2-orca"
|
||||
app_version = "1.0.0"
|
||||
organization = "edp2"
|
||||
|
||||
manifest = file("${path.module}/k8s-deployment.yaml")
|
||||
|
||||
region = "US"
|
||||
cloudlet_org = "TelekomOp"
|
||||
cloudlet_name = "gardener-shepherd-test"
|
||||
flavor_name = "default"
|
||||
region = "EU"
|
||||
cloudlet_org = "TelekomOP"
|
||||
cloudlet_name = "Munich"
|
||||
flavor_name = "EU.small"
|
||||
|
||||
network {
|
||||
outbound_connections {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue