Skip to content

Commit

Permalink
fix: increase acme challenge PVC size to be above 20Mi min
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-foucault committed Jun 17, 2020
1 parent ed723ad commit eb74d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/cas-ciip-portal/templates/pvc-acme-challenge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ spec:
- ReadWriteMany
resources:
requests:
storage: 5Mi
storage: 25Mi
storageClassName: {{ .Values.route.storageClassName }}

0 comments on commit eb74d22

Please sign in to comment.