File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,8 +215,8 @@ jobs:
215215
216216 - name : Staging - helm deploy
217217 if : steps.src.outputs.env == 'staging'
218- run : helm upgrade --install staging --wait ohm/ -f values.staging.yaml -f ohm/values.yaml
218+ run : helm upgrade --install staging --wait --timeout 30m ohm/ -f values.staging.yaml -f ohm/values.yaml
219219
220220 - name : Production - helm deploy
221221 if : steps.src.outputs.env == 'production'
222- run : helm upgrade --install production --wait ohm/ -f values.production.yaml -f ohm/values.yaml
222+ run : helm upgrade --install production --wait --timeout 30m ohm/ -f values.production.yaml -f ohm/values.yaml
Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ osm-seed:
465465 AWS_ACCESS_KEY_ID : {{AWS_ACCESS_KEY_ID}}
466466 AWS_SECRET_ACCESS_KEY : {{AWS_SECRET_ACCESS_KEY}}
467467 HEARTBEAT_DIR : /tmp/heartbeat
468- HEARTBEAT_STALE_SECONDS : " 600 "
468+ HEARTBEAT_STALE_SECONDS : " 18000 "
469469 persistenceDisk :
470470 enabled : true
471471 mountPath : /data
Original file line number Diff line number Diff line change @@ -658,6 +658,9 @@ osm-seed:
658658 # ====================================================================================================
659659 changesetReplicationJob :
660660 enabled : true
661+ serviceAccount :
662+ enabled : true
663+ name : ohm-s3-bucket-access-production
661664# ====================================================================================================
662665# Variables for osmcha web
663666# ====================================================================================================
You can’t perform that action at this time.
0 commit comments