This commit is contained in:
2026-06-25 11:53:12 +02:00
commit 800c9ec9f2
7 changed files with 94 additions and 0 deletions

13
k8s/service.yaml Normal file
View File

@@ -0,0 +1,13 @@
# OVAJ FAJL PIŠEŠ TI — vidi specifikaciju u zadatku
apiVersion: v1
kind: service
metadata:
name: ispit-svc
namespace: ispit1-petracamber
spec:
selector:
app: ispit-app
ports:
- port: 80
targetPort: 8000
type: ClusterIP