File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
8
8
resources :
9
9
limits :
10
10
cpus : ' ${RESOURCES_LIMITS_CPUS:-0.5}'
11
- memory : ${RESOURCES_LIMITS_MEMORY:-512M }
11
+ memory : ${RESOURCES_LIMITS_MEMORY:-1G }
12
12
reservations :
13
13
cpus : ' ${RESOURCES_RESERVATIONS_CPUS:-0.001}'
14
- memory : ${RESOURCES_RESERVATIONS_MEMORY:-410M }
14
+ memory : ${RESOURCES_RESERVATIONS_MEMORY:-820M }
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ services:
26
26
test : wget --spider -q http://localhost:${MICROSERVICE_PORT}/api/${MICROSERVICE_NAME}/actuator/health
27
27
interval : ${HEALTHCHECK_INTERVAL:-30s}
28
28
timeout : ${HEALTHCHECK_TIMEOUT:-10s}
29
- retries : ${HEALTHCHECK_RETRIES:-3 }
30
- start_period : ${HEALTHCHECK_START_PERIOD:-2m }
29
+ retries : ${HEALTHCHECK_RETRIES:-10 }
30
+ start_period : ${HEALTHCHECK_START_PERIOD:-5m }
31
31
deploy :
32
32
mode : replicated
33
33
replicas : ${REPLICAS:-1}
You can’t perform that action at this time.
0 commit comments