Skip to content

Commit

Permalink
Merge pull request #1115 from edenia/add-limits-hasura-deployment
Browse files Browse the repository at this point in the history
Add limit resoruces for hasura pods
  • Loading branch information
xavier506 authored Jan 5, 2023
2 parents b0beae2 + 32f6bd0 commit 3d1f4f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kubernetes/hasura-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ spec:
image: ${DOCKER_REGISTRY}/${IMAGE_NAME_HASURA}:${VERSION}
imagePullPolicy: "IfNotPresent"
name: "dashboard-hasura"
resources:
limits:
cpu: 500m
memory: 2G
requests:
cpu: 150m
memory: 1G
ports:
- containerPort: 8080
restartPolicy: Always

0 comments on commit 3d1f4f1

Please sign in to comment.