File tree Expand file tree Collapse file tree 1 file changed +2
-34
lines changed
Expand file tree Collapse file tree 1 file changed +2
-34
lines changed Original file line number Diff line number Diff line change 3232 name : crapi-web-configmap
3333 labels :
3434 app : crapi-web
35- resources :
36- limits :
37- cpu : " 500m"
38- requests :
39- cpu : 256m
4035 deploymentLabels :
4136 app : crapi-web
4237 podLabels :
@@ -79,11 +74,6 @@ identity:
7974 keyStorePassword : passw0rd
8075 keyPassword : passw0rd
8176 keyAlias : identity
82- resources :
83- limits :
84- cpu : " 500m"
85- requests :
86- cpu : 256m
8777 deploymentLabels :
8878 app : crapi-identity
8979 podLabels :
@@ -108,11 +98,6 @@ community:
10898 app : crapi-community
10999 postgresDbDriver : postgres
110100 mongoDbDriver : mongodb
111- resources :
112- limits :
113- cpu : " 500m"
114- requests :
115- cpu : 256m
116101 deploymentLabels :
117102 app : crapi-community
118103 podLabels :
@@ -138,11 +123,6 @@ workshop:
138123 postgresDbDriver : postgres
139124 mongoDbDriver : mongodb
140125 secretKey : crapi
141- resources :
142- limits :
143- cpu : " 256m"
144- requests :
145- cpu : 256m
146126 deploymentLabels :
147127 app : crapi-workshop
148128 podLabels :
@@ -175,13 +155,6 @@ mailhog:
175155 labels :
176156 app : mailhog
177157 mailhogStorage : mongodb
178- resources :
179- limits :
180- cpu : " 1"
181- memory : 1024Mi
182- requests :
183- cpu : 50m
184- memory : 64Mi
185158 deploymentLabels :
186159 app : mailhog
187160 podLabels :
@@ -218,7 +191,7 @@ mongodb:
218191 app : mongodb
219192 resources :
220193 requests :
221- storage : 1Gi
194+ storage : 2Gi
222195 serviceSelectorLabels :
223196 app : mongodb
224197 podLabels :
@@ -252,7 +225,7 @@ postgresdb:
252225 app : postgresdb
253226 resources :
254227 requests :
255- storage : 1Gi
228+ storage : 2Gi
256229 serviceSelectorLabels :
257230 app : postgresdb
258231 podLabels :
@@ -275,11 +248,6 @@ apiGatewayService:
275248 name : gateway-service
276249 labels :
277250 app : gateway-service
278- resources :
279- limits :
280- cpu : " 100m"
281- requests :
282- cpu : 50m
283251 deploymentLabels :
284252 app : gateway-service
285253 podLabels :
You can’t perform that action at this time.
0 commit comments