Skip to content

Commit

Permalink
Increase default disk size for ETCD (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-persson authored May 29, 2024
1 parent 0ea416b commit 11fb65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/etcd/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ spec:
accessModes: [ "ReadWriteOnce" ]
resources:
requests:
storage: 1Gi
storage: 10Gi

0 comments on commit 11fb65a

Please sign in to comment.