Skip to content

Commit d40fb8a

Browse files
committed
DBC22-5841: Update resources for Syncthing
1 parent ea08f6c commit d40fb8a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

infrastructure/syncthing/values-prod.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ deployment:
1111
replicas: 1 # Should never exceed 1 as the Syncthing PVC is ReadWriteOnce
1212
resources:
1313
requests:
14-
cpu: 50m
15-
memory: 275Mi
14+
cpu: 100m
15+
memory: 750Mi
1616
limits:
17-
memory: 375Mi
17+
memory: 1Gi
1818
volumeMounts: # List of volume mounts for the deployment. Can add as many as needed.
1919
- name: prod-drivebc-syncthing
2020
mountPath: /var/syncthing
@@ -41,7 +41,7 @@ deployment:
4141
memory: 64Mi
4242

4343
persistentVolumeClaim:
44-
size: 500Mi
44+
size: 750Mi
4545

4646
route:
4747
host: prod-drivebc-syncthing.apps.gold.devops.gov.bc.ca # Hostname for the route

0 commit comments

Comments
 (0)