Skip to content

Commit

Permalink
testing with higher memo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudyg810 committed Jan 4, 2025
1 parent ba58014 commit 54bbb56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ spec:
name: kubeconfig
resources:
requests:
memory: "1.8Gi"
cpu: "1.2"
memory: "1.5Gi"
cpu: "1.5"
limits:
memory: "2.8Gi"
cpu: "2.4"
memory: "3Gi"
cpu: "3"
volumes:
- name: docker-secret
secret:
Expand Down

0 comments on commit 54bbb56

Please sign in to comment.