Skip to content

Commit ad8ab97

Browse files
committed
Fix EKS production deploy and bump k3s adiff heartbeat
1 parent 918cda0 commit ad8ab97

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/deploy-eks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

values.k3s.production.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

values.production.template.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
# ====================================================================================================

0 commit comments

Comments
 (0)