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

View File

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

View File

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