add missing files

This commit is contained in:
2026-06-25 01:03:10 +02:00
parent 502e190aba
commit 19eacf72ed
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: priprema-za-kolokvij
namespace: student-GalicIvan
spec:
replicas: 1
selector:
matchLabels:
app: priprema-za-kolokvij
template:
metadata:
labels:
app: priprema-za-kolokvij
spec:
containers:
- name: priprema-za-kolokvij
image: git.fpmoz.sum.ba/GalicIvan/priprema-za-kolokvij:1.0
ports:
- containerPort: 8000
resources:
requests:
memory: "64Mi"
cpu: "50m"
limits:
memory: "128Mi"
cpu: "200m"