Production files created

This commit is contained in:
Henrik Corneliussen
2026-05-07 01:05:55 +02:00
parent 4a4f6bf2bc
commit e5e5555730
3 changed files with 43 additions and 0 deletions

13
k8s/prod/service.yaml Normal file
View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: flask-service
namespace: production
spec:
selector:
app: flask-app
ports:
- protocol: TCP
port: 80
targetPort: 5000
type: ClusterIP