File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 49
49
image : nginx:latest
50
50
resources :
51
51
limits :
52
- cpu : 0.1
53
- memory : 100M
52
+ cpu : 80M
53
+ memory : 50M
54
54
` ` `
55
55
56
56
Add Kondense as a sidecar:
73
73
resources :
74
74
limits :
75
75
cpu : 80m
76
- memory : 100M
76
+ memory : 50M
77
77
` ` `
78
78
79
79
**Notes:**
@@ -103,7 +103,7 @@ Kondense is configurable via environment variables in the kondense container.
103
103
resources:
104
104
limits:
105
105
cpu: 80m
106
- memory: 100M
106
+ memory: 50M
107
107
env:
108
108
- name: <CONTAINER NAME>_MEMORY_MIN
109
109
value: "100m"
Original file line number Diff line number Diff line change 49
49
image : kondense/kondense:1.1.0
50
50
resources :
51
51
limits :
52
- cpu : 0.08
53
- memory : 100M
52
+ cpu : 80m
53
+ memory : 50M
Original file line number Diff line number Diff line change 26
26
resources :
27
27
limits :
28
28
cpu : 80m
29
- memory : 100M
29
+ memory : 50M
You can’t perform that action at this time.
0 commit comments