Skip to content

Commit

Permalink
Merge pull request #7 from ObolNetwork/update-main
Browse files Browse the repository at this point in the history
Update relay config
  • Loading branch information
haroldsphinx authored Jun 30, 2023
2 parents fd03667 + 73d7fe7 commit fdf0ce0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ variable "node_affinity_config" {
}))
}))
}))
default = []
default = [{
type = "preferred_during_scheduling_ignored_during_execution"
weight = 100
topology_key = "topology.kubernetes.io/zone"
label_selectors = [{
match_expressions = null
}]
}]
}

0 comments on commit fdf0ce0

Please sign in to comment.