prvi commit

This commit is contained in:
2026-05-26 10:18:40 +02:00
commit 0bcacff727
7 changed files with 108 additions and 0 deletions

17
k8s/service.yaml Normal file
View File

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