Skip to content

Commit

Permalink
set infra memory request and limit
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek committed Jun 20, 2024
1 parent 52bebb0 commit ee2d2bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab/auto-deploy-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ readinessProbe:
timeoutSeconds: 10
probeType: "httpGet"
path: "/up"
resources:
requests:
memory: 1500Mi
limits:
memory: 2Gi
persistence:
enabled: true
volumes:
Expand Down

0 comments on commit ee2d2bf

Please sign in to comment.