changed name to manifests as thats more accurate

This commit is contained in:
Henrik Høie Corneliussen
2026-05-07 16:18:32 +00:00
parent 54455f15a7
commit a1b86980cc
6 changed files with 0 additions and 0 deletions

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