Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stark275 committed Jun 10, 2024
2 parents f0f7c03 + 7d43842 commit 08b4ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/docker/4-kapend/myfirst/k8s/03-kapend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
name: kapend-app
spec:
replicas: 1 # Valeur par défaut, ajustée par la commande de mise à l'échelle
replicas: 5 # Valeur par défaut, ajustée par la commande de mise à l'échelle
selector:
matchLabels:
app: kapend-app
Expand Down

0 comments on commit 08b4ee4

Please sign in to comment.