We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd0c2c commit a15d50dCopy full SHA for a15d50d
nginx-app/nginx-deployment.yaml
@@ -4,7 +4,7 @@ kind: Deployment # 만들려는 오브젝트 종류: 디플로이먼트
4
metadata:
5
name: nginx-deployment # 이 디플로이먼트의 이름
6
spec:
7
- replicas: 3 # 몇 개의 파드를 실행할지: 1개
+ replicas: 2 # 몇 개의 파드를 실행할지: 2개
8
selector:
9
matchLabels:
10
app: nginx # 이 디플로이먼트가 관리할 파드를 찾는 방법 (app=nginx 라벨)
0 commit comments