Skip to content

Commit

Permalink
fix: tweak homepage cpu requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Dec 12, 2024
1 parent 8643b0c commit 9a07755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions registry/components/homepage/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ spec:
secret.reloader.stakater.com/reload: homepage-secrets
resources:
requests:
cpu: 1
cpu: 500m
memory: 512Mi
limits:
cpu: 2
cpu: 2000m
memory: 1Gi
config:
useExistingConfigMap: homepage
Expand Down

0 comments on commit 9a07755

Please sign in to comment.