initial commit

This commit is contained in:
2025-09-29 20:09:03 +02:00
commit 594aa43c74
20 changed files with 309 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: mywebapp
spec:
ports:
- port: 80
protocol: TCP
name: flask
type: NodePort