Skip to content

Commit

Permalink
fix: replica (#625)
Browse files Browse the repository at this point in the history
remove autscaling swtich back to replica =1

pod with local storage
  • Loading branch information
igorrenquin authored Jul 4, 2024
1 parent bbb2711 commit 8b6d797
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,22 @@ app:
limits:
cpu: 1100m
memory: 2Gi
autoscale:
enabled: true
replicas: 1
strategyType: Recreate
addVolumes:
- docs
securityContext:
fsGroup: 1000

form:
resources:
resources:
requests:
cpu: 200m
memory: 768Mi
limits:
cpu: 700m
memory: 1.5Gi
autoscale:
enabled: true
replicas: 1
strategyType: Recreate
addVolumes:
- docs-form
Expand Down

0 comments on commit 8b6d797

Please # to comment.