prvi commit

This commit is contained in:
2026-05-26 10:24:17 +02:00
commit 5a29838538
7 changed files with 105 additions and 0 deletions

16
k8s/service.yaml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: priprema-svc
namespace: student-iva
spec:
selector:
app: priprema-za-kolokvij
ports:
- port: 80
targetPort: 8000
type: ClusterIP