staging changes

This commit is contained in:
Teodor
2026-05-07 01:35:30 +02:00
parent e5e5555730
commit 1989144c2a
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: flask-app
namespace: staging
namespace: stage
spec:
replicas: 1
selector:
@@ -15,6 +15,6 @@ spec:
spec:
containers:
- name: flask-app
image: PLACEHOLDER_IMAGE
image: registry.gitlab.internal.uia.no/ikt206-g-26v-devops/Group23/flask/
ports:
- containerPort: 5000

View File

@@ -1,4 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: staging
name: stage

View File

@@ -2,7 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: flask-app-service
namespace: staging
namespace: stage
spec:
selector:
app: flask-app