Ispravka
Some checks failed
CI/CD Pipeline / build (push) Has been cancelled
CI/CD Pipeline / deploy (push) Has been cancelled

This commit is contained in:
2026-04-14 11:08:40 +02:00
parent c709c5d31f
commit 3ac955958a
3 changed files with 7 additions and 77 deletions

View File

@@ -2,23 +2,23 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello-cicd
name: helloo-cicdd
namespace: student-marijanela218
spec:
replicas: 1
selector:
matchLabels:
app: hello-cicd
app: helloo-cicdd
template:
metadata:
labels:
app: hello-cicd
app: helloo-cicdd
spec:
imagePullSecrets:
- name: gitea-creds
containers:
- name: hello-cicd
image: git.fpmoz.sum.ba/Marijanela218/hello-cicd:latest
- name: helloo-cicdd
image: git.fpmoz.sum.ba/Marijanela218/helloo-cicdd:latest
ports:
- containerPort: 8000
env:

View File

@@ -2,11 +2,11 @@
apiVersion: v1
kind: Service
metadata:
name: hello-cicd-svc
name: helloo-cicdd-svc
namespace: student-marijanela218
spec:
selector:
app: hello-cicd
app: helloo-cicdd
ports:
- port: 80
targetPort: 8000