Skip to content

Commit 58426bf

Browse files
committed
argoCD 예제_3
1 parent a15d50d commit 58426bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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: 2 # 몇 개의 파드를 실행할지: 2개
7+
replicas: 1 # 몇 개의 파드를 실행할지: 1개
88
selector:
99
matchLabels:
1010
app: nginx # 이 디플로이먼트가 관리할 파드를 찾는 방법 (app=nginx 라벨)

0 commit comments

Comments
 (0)