Skip to content

Commit

Permalink
fix: increase volume of emptyDir
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-urbanski-freiheit-com committed Oct 2, 2024
1 parent 2d7a508 commit ccad64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kuberpult/templates/cd-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ spec:
# EmptyDir has the nice advantage, that it triggers a restart of the pod and creates a new volume when the current one is full
# Because of an issue in gitlib2, this actually happens.
emptyDir:
sizeLimit: 10Gi
sizeLimit: 30Gi
- name: ssh
secret:
secretName: kuberpult-ssh
Expand Down

0 comments on commit ccad64f

Please sign in to comment.