Skip to content

Commit

Permalink
Forge: mark validator pods as non-evictable
Browse files Browse the repository at this point in the history
  • Loading branch information
sionescu committed Dec 10, 2024
1 parent 7edaeaf commit e63f606
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ validator:
enable_storage_sharding: true
indexer_db_config:
enable_event: true
podAnnotations:
"cluster-autoscaler.kubernetes.io/safe-to-evict": "false"

fullnode:
# at most one VFN per validator, depending on numFullnodeGroups
Expand All @@ -28,6 +30,8 @@ fullnode:
enable_storage_sharding: true
indexer_db_config:
enable_event: true
podAnnotations:
"cluster-autoscaler.kubernetes.io/safe-to-evict": "false"

service:
validator:
Expand Down

0 comments on commit e63f606

Please sign in to comment.