File tree Expand file tree Collapse file tree 4 files changed +3
-15
lines changed Expand file tree Collapse file tree 4 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 64
64
periodSeconds : 30
65
65
timeoutSeconds : 5
66
66
resources :
67
- limits :
68
- cpu : 50m
69
- memory : 60Mi
70
67
requests :
71
- cpu : 10m
72
- memory : 20Mi
68
+ cpu : 20m
69
+ memory : 50Mi
73
70
affinity :
74
71
podAntiAffinity :
75
72
requiredDuringSchedulingIgnoredDuringExecution :
Original file line number Diff line number Diff line change 84
84
periodSeconds : 60
85
85
timeoutSeconds : 5
86
86
resources : # this is optional
87
- limits :
88
- cpu : 250m
89
- memory : 500Mi
90
87
requests :
91
88
cpu : 50m
92
- memory : 250Mi
89
+ memory : 350Mi
93
90
{{- with .Values.rctool.nodeSelector }}
94
91
nodeSelector :
95
92
{{- toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change @@ -130,9 +130,6 @@ objects:
130
130
requests :
131
131
cpu : ${CPU_REQUEST}
132
132
memory : ${MEMORY_REQUEST}
133
- limits :
134
- cpu : ${CPU_LIMIT}
135
- memory : ${MEMORY_LIMIT}
136
133
readinessProbe :
137
134
httpGet :
138
135
path : /rctool
Original file line number Diff line number Diff line change @@ -97,9 +97,6 @@ objects:
97
97
requests :
98
98
cpu : ${CPU_REQUEST}
99
99
memory : ${MEMORY_REQUEST}
100
- limits :
101
- cpu : ${CPU_LIMIT}
102
- memory : ${MEMORY_LIMIT}
103
100
readinessProbe :
104
101
httpGet :
105
102
path : /rctool
You can’t perform that action at this time.
0 commit comments