🔨」 fix: should be workign

This commit is contained in:
2025-08-27 22:04:02 +02:00
parent c67039d193
commit aae95b3b38
6 changed files with 14 additions and 13 deletions

View File

@ -13,9 +13,10 @@ spec:
spec:
containers:
- name: app1
image: traefik/whoami:v1.11
image: ghcr.io/traefik/whoami:v1.11
ports:
- containerPort: 80
command:
- /whoami
- --port=80
- --name=app-one

View File

@ -14,9 +14,10 @@ spec:
spec:
containers:
- name: app2
image: traefik/whoami
image: ghcr.io/traefik/whoami:v1.11
ports:
- containerPort: 80
command:
- /whoami
- --port=80
- --name=app-two

View File

@ -3,9 +3,9 @@ kind: Service
metadata:
name: app2-service
spec:
type: ClusterIP
selector:
matchLabels:
app: app2
app: app2
ports:
port: 80
tragetPort: 80
- port: 80
targetPort: 80

View File

@ -13,9 +13,10 @@ spec:
spec:
containers:
- name: app3
image: traefik/whoami
image: ghcr.io/traefik/whoami:v1.11
ports:
- containerPort: 80
command:
- /whoami
- --port=80
- --name=app-three

View File

@ -3,9 +3,9 @@ kind: Service
metadata:
name: app3-service
spec:
type: ClusterIP
selector:
matchLabels:
app: app3
app: app3
ports:
port: 80
tragetPort: 80
- port: 80
targetPort: 80

View File

@ -1,2 +0,0 @@
#!/usr/bin/env sh