added Don früh

This commit is contained in:
nutzer26
2022-12-15 09:10:24 +01:00
parent 441f2b2999
commit 199a7e11b5
10 changed files with 209 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: web
name: web
spec:
replicas: 1
selector:
matchLabels:
app: web
template:
metadata:
labels:
app: web
spec:
containers:
- image: nginx:1.19.3
name: nginx
ports:
- name: http
containerPort: 80