File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ crunchy-postgres:
8
8
storageClassName : netapp-block-standard
9
9
requests :
10
10
cpu : 20m
11
- memory : 256Mi
11
+ memory : 512Mi
12
12
limits :
13
13
cpu : 100m
14
- memory : 512Mi
14
+ memory : 768Mi
15
15
replicaCertCopy :
16
16
requests :
17
17
cpu : 20m
18
- memory : 32Mi
18
+ memory : 64Mi
19
19
limits :
20
20
cpu : 50m
21
- memory : 64Mi
21
+ memory : 128Mi
22
22
23
23
pgBackRest :
24
24
retention : " 30" # Ideally a larger number such as 30 backups/days
Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ crunchy-postgres:
8
8
storageClassName : netapp-block-standard
9
9
requests :
10
10
cpu : 20m
11
- memory : 256Mi
11
+ memory : 512Mi
12
12
limits :
13
13
cpu : 100m
14
- memory : 512Mi
14
+ memory : 768Mi
15
15
replicaCertCopy :
16
16
requests :
17
17
cpu : 20m
18
- memory : 32Mi
18
+ memory : 64Mi
19
19
limits :
20
20
cpu : 50m
21
- memory : 64Mi
21
+ memory : 128Mi
22
22
23
23
pgBackRest :
24
24
retention : " 10" # Ideally a larger number such as 30 backups/days
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ frontend:
36
36
resources :
37
37
limits :
38
38
cpu : 30m
39
- memory : 70Mi
39
+ memory : 140Mi
40
40
requests :
41
41
cpu : 20m
42
- memory : 50Mi
42
+ memory : 70Mi
43
43
44
44
env :
45
45
' API_HOST ' : ' /api'
@@ -65,10 +65,10 @@ backend:
65
65
resources :
66
66
limits :
67
67
cpu : 100m
68
- memory : 300Mi
68
+ memory : 500Mi
69
69
requests :
70
70
cpu : 20m
71
- memory : 200Mi
71
+ memory : 300Mi
72
72
73
73
env :
74
74
' API_HOST ' : ' /api'
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ frontend:
36
36
resources :
37
37
limits :
38
38
cpu : 30m
39
- memory : 70Mi
39
+ memory : 140Mi
40
40
requests :
41
41
cpu : 20m
42
- memory : 50Mi
42
+ memory : 70Mi
43
43
44
44
env :
45
45
' API_HOST ' : ' /api'
@@ -73,10 +73,10 @@ backend:
73
73
resources :
74
74
limits :
75
75
cpu : 100m
76
- memory : 300Mi
76
+ memory : 500Mi
77
77
requests :
78
78
cpu : 20m
79
- memory : 200Mi
79
+ memory : 300Mi
80
80
81
81
env :
82
82
' API_HOST ' : ' /api'
You can’t perform that action at this time.
0 commit comments