#0000 - Set replicas to 2 in deployment.yaml
Reduced the number of replicas from 3 to 2 in the Kubernetes deployment configuration. This change is likely intended to optimize resource usage or adjust deployment scaling needs.
This commit is contained in:
parent
8ed8495f92
commit
d1cde8e470
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ metadata:
|
|||
name: whoami
|
||||
namespace: whoami
|
||||
spec:
|
||||
replicas: 3
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: whoami
|
||||
|
|
Loading…
Reference in a new issue