feat: Add complete Python Flask API example with deployment, service, and comprehensive documentation

This commit is contained in:
mik-tf
2025-11-04 12:37:12 -05:00
parent 209d390b53
commit 1a902b3178
5 changed files with 713 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: python-flask-service
spec:
selector:
app: python-flask
ports:
- port: 5000
targetPort: 5000
type: LoadBalancer