Skip to content

Commit

Permalink
ci: increase resources for hugo container
Browse files Browse the repository at this point in the history
  • Loading branch information
kschrab authored Jan 10, 2024
1 parent 4948ac3 commit 4df4305
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ spec:
command:
- cat
tty: true
resources:
limits:
memory: "2Gi"
cpu: "1"
requests:
memory: "2Gi"
cpu: "1"
volumes:
- name: volume-known-hosts
configMap:
Expand Down

0 comments on commit 4df4305

Please sign in to comment.