Skip to content

Commit

Permalink
added more resources
Browse files Browse the repository at this point in the history
  • Loading branch information
kurilov committed Dec 10, 2024
1 parent a7164a7 commit 180b9d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ spec:
imagePullPolicy: Always
resources:
requests:
memory: "128Mi"
cpu: "200m"
limits:
memory: "256Mi"
memory: "512Mi"
cpu: "500m"
limits:
memory: "1Gi"
cpu: "1"
imagePullSecrets:
- name: ghcr-secret
env:
Expand Down

0 comments on commit 180b9d2

Please sign in to comment.