File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ RUN chmod +x services/dynamic-sidecar/docker/*.sh
187
187
HEALTHCHECK \
188
188
--interval=10s \
189
189
--timeout=5s \
190
- --start-period=30s \
190
+ --start-period=180s \
191
191
--start-interval=1s \
192
192
--retries=5 \
193
193
CMD ["python3" , "services/dynamic-sidecar/docker/healthcheck.py" , "http://localhost:8000/health" ]
Original file line number Diff line number Diff line change 93
93
# Change ownership of volumes mount directory
94
94
# directories are empty at this point
95
95
# each individual subdirectory is a unique volume
96
- chown --verbose -- recursive " $SC_USER_NAME " :" $GROUPNAME " " ${DYNAMIC_SIDECAR_DY_VOLUMES_MOUNT_DIR} "
96
+ chown --recursive " $SC_USER_NAME " :" $GROUPNAME " " ${DYNAMIC_SIDECAR_DY_VOLUMES_MOUNT_DIR} "
97
97
# Allow owner and group to edit write and execute
98
98
# files from all the subdirectories
99
99
# When the service access files downloaded by the dynamic-sidecar
100
100
# it uses group permissions
101
- chmod --verbose -- recursive 774 " ${DYNAMIC_SIDECAR_DY_VOLUMES_MOUNT_DIR} "
101
+ chmod --recursive 774 " ${DYNAMIC_SIDECAR_DY_VOLUMES_MOUNT_DIR} "
102
102
103
103
echo " $INFO Starting $* ..."
104
104
echo " $SC_USER_NAME rights : $( id " $SC_USER_NAME " ) "
You can’t perform that action at this time.
0 commit comments