Skip to content

Commit

Permalink
feat(deploy): test deployment to kubernetes azure
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Oct 29, 2024
1 parent 7eb7c47 commit 939ee1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/kubernetes/redis-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ spec:
- containerPort: 6379
resources:
limits:
memory: "1000Mi"
cpu: "1000m"
memory: "400Mi"
cpu: "200m"
requests:
ephemeral-storage: "1000Mi"
memory: "1000Mi"
cpu: "1000m"
memory: "400Mi"
cpu: "200m"
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 939ee1c

Please sign in to comment.