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