We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d41ce commit d8c6860Copy full SHA for d8c6860
1 file changed
CICD pipeline/kubedeployment.yml
@@ -3,7 +3,7 @@ apiVersion: apps/v1
3
metadata:
4
name: kubeserve
5
spec:
6
- replicas: 3
+ replicas: 2
7
minReadySeconds: 10 # wait for 45 sec before going to deploy next pod
8
strategy:
9
type: RollingUpdate
@@ -21,7 +21,7 @@ spec:
21
22
containers:
23
- name: app
24
- image: edu123/myproject:2
+ image: edu123/myimage:docker
25
---
26
kind: Service
27
apiVersion: v1
0 commit comments