commit message from python script

This commit is contained in:
2023-04-11 17:11:08 +02:00
parent 21d88c4537
commit b4c9068425
92 changed files with 51 additions and 22 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
name: nginx
ports:
- name: http
containerPort: 80