Skip to content

Commit a15d50d

Browse files
committed
argoCD 예제_3
1 parent ecd0c2c commit a15d50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx-app/nginx-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Deployment # 만들려는 오브젝트 종류: 디플로이먼트
44
metadata:
55
name: nginx-deployment # 이 디플로이먼트의 이름
66
spec:
7-
replicas: 3 # 몇 개의 파드를 실행할지: 1개
7+
replicas: 2 # 몇 개의 파드를 실행할지: 2개
88
selector:
99
matchLabels:
1010
app: nginx # 이 디플로이먼트가 관리할 파드를 찾는 방법 (app=nginx 라벨)

0 commit comments

Comments
 (0)