Skip to content

Commit 25a74bb

Browse files
Update kubedeployment.yml
1 parent d218cec commit 25a74bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CICD pipeline/kubedeployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apps/v1
33
metadata:
44
name: kubeserve
55
spec:
6-
replicas: 2
6+
replicas: 1
77
minReadySeconds: 10 # wait for 45 sec before going to deploy next pod
88
strategy:
99
type: RollingUpdate
@@ -28,7 +28,7 @@ apiVersion: v1
2828
metadata:
2929
name: kubeserve-svc
3030
spec:
31-
type: NodePort
31+
type: LoadBalancer
3232
ports:
3333
- port: 8080
3434
targetPort: 8080

0 commit comments

Comments
 (0)