diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 97a91cd..a86c528 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -4,7 +4,7 @@ kind: Deployment metadata: name: ispit-app namespace: ispit1-petracamber -mspec: +spec: replicas: 2 selector: matchLabels: diff --git a/k8s/service.yaml b/k8s/service.yaml index f95dbf6..90d3685 100644 --- a/k8s/service.yaml +++ b/k8s/service.yaml @@ -1,6 +1,6 @@ # OVAJ FAJL PIŠEŠ TI — vidi specifikaciju u zadatku apiVersion: v1 -kind: service +kind: Service metadata: name: ispit-svc namespace: ispit1-petracamber