Rename moj-servis u filip-susak-moj-servis

This commit is contained in:
2026-03-31 11:35:28 +02:00
parent fef822add5
commit 2fb7e30e1a
2 changed files with 6 additions and 6 deletions

View File

@@ -1,20 +1,20 @@
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: moj-servis name: filip-susak-moj-servis
namespace: studenti namespace: studenti
spec: spec:
replicas: 2 replicas: 2
selector: selector:
matchLabels: matchLabels:
app: moj-servis app: filip-susak-moj-servis
template: template:
metadata: metadata:
labels: labels:
app: moj-servis app: filip-susak-moj-servis
spec: spec:
containers: containers:
- name: moj-servis - name: filip-susak-moj-servis
image: git.fpmoz.sum.ba/fsusak03/moj-servis:1.0 image: git.fpmoz.sum.ba/fsusak03/moj-servis:1.0
ports: ports:
- containerPort: 8000 - containerPort: 8000

View File

@@ -1,11 +1,11 @@
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: moj-servis-svc name: filip-susak-moj-servis-svc
namespace: studenti namespace: studenti
spec: spec:
selector: selector:
app: moj-servis app: filip-susak-moj-servis
ports: ports:
- port: 80 - port: 80
targetPort: 8000 targetPort: 8000