Skip to content
Snippets Groups Projects
Commit dd9cfd45 authored by Adrien SEJOURNE's avatar Adrien SEJOURNE
Browse files

reduction du nombre de Pods Api à 1

parent 751917dc
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ metadata: ...@@ -5,7 +5,7 @@ metadata:
app: {{include "name" .}}-api-deployment app: {{include "name" .}}-api-deployment
name: {{include "name" .}}-api-deployment name: {{include "name" .}}-api-deployment
spec: spec:
replicas: 3 replicas: 1
selector: selector:
matchLabels: matchLabels:
app: {{include "name" .}}-api-deployment app: {{include "name" .}}-api-deployment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment