🏗️」 wip: finished the script for deployment

This commit is contained in:
2025-08-27 22:27:29 +02:00
parent b569c1ab61
commit ea2d23b3d5
8 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,22 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: app3-deployment
spec:
selector:
matchLabels:
app: app3
template:
metadata:
labels:
app: app3
spec:
containers:
- name: app3
image: ghcr.io/traefik/whoami:v1.11
ports:
- containerPort: 80
command:
- /whoami
- --port=80
- --name=app-three