We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea08f6c commit d40fb8aCopy full SHA for d40fb8a
1 file changed
infrastructure/syncthing/values-prod.yaml
@@ -11,10 +11,10 @@ deployment:
11
replicas: 1 # Should never exceed 1 as the Syncthing PVC is ReadWriteOnce
12
resources:
13
requests:
14
- cpu: 50m
15
- memory: 275Mi
+ cpu: 100m
+ memory: 750Mi
16
limits:
17
- memory: 375Mi
+ memory: 1Gi
18
volumeMounts: # List of volume mounts for the deployment. Can add as many as needed.
19
- name: prod-drivebc-syncthing
20
mountPath: /var/syncthing
@@ -41,7 +41,7 @@ deployment:
41
memory: 64Mi
42
43
persistentVolumeClaim:
44
- size: 500Mi
+ size: 750Mi
45
46
route:
47
host: prod-drivebc-syncthing.apps.gold.devops.gov.bc.ca # Hostname for the route
0 commit comments