Added staging

This commit is contained in:
Teodor
2026-05-07 00:41:00 +02:00
parent acc5363c70
commit 4a4f6bf2bc
3 changed files with 37 additions and 0 deletions

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

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