We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d218cec commit 25a74bbCopy full SHA for 25a74bb
CICD pipeline/kubedeployment.yml
@@ -3,7 +3,7 @@ apiVersion: apps/v1
3
metadata:
4
name: kubeserve
5
spec:
6
- replicas: 2
+ replicas: 1
7
minReadySeconds: 10 # wait for 45 sec before going to deploy next pod
8
strategy:
9
type: RollingUpdate
@@ -28,7 +28,7 @@ apiVersion: v1
28
29
name: kubeserve-svc
30
31
- type: NodePort
+ type: LoadBalancer
32
ports:
33
- port: 8080
34
targetPort: 8080
0 commit comments