tested app

This commit is contained in:
Manuel Ganter 2025-11-11 17:05:34 +01:00
parent 6c7a34d68a
commit f41b35cb33
No known key found for this signature in database
4 changed files with 45 additions and 15 deletions

View file

@ -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
---

View file

@ -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 {