Skip to content
Snippets Groups Projects
Verified Commit 60e2a7f7 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(syncthing): Increase volume size

parent 25c71be0
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ spec:
accessModes: [ "ReadWriteOnce" ]
resources:
requests:
storage: 70Gi
storage: 250Gi
---
apiVersion: v1
kind: Service
......@@ -94,4 +94,4 @@ spec:
targetPort: transfer-tcp
selector:
app.kubernetes.io/name: syncthing
type: LoadBalancer
\ No newline at end of file
type: LoadBalancer
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment