Skip to content

fix rollout vars and add balancer resource config args#40

Merged
jubrad merged 3 commits intomainfrom
small-fixes-jubrad
Mar 7, 2025
Merged

fix rollout vars and add balancer resource config args#40
jubrad merged 3 commits intomainfrom
small-fixes-jubrad

Conversation

@jubrad
Copy link
Copy Markdown
Contributor

@jubrad jubrad commented Mar 5, 2025

Add balancerd resource requirements

blocked by: MaterializeInc/terraform-helm-materialize#21

The simple example didn't have rollout args in the input variable... this seems broken so I added them.

@jubrad jubrad requested review from bobbyiliev and kay-kim and removed request for kay-kim March 5, 2025 22:40
Comment thread main.tf
balancer_cpu_request = lookup(instance, "balancer_cpu_request", null)
balancer_memory_request = lookup(instance, "balancer_memory_cpu_request", null)
balancer_memory_limit = lookup(instance, "balancer_memory_cpu_limit", null)

Copy link
Copy Markdown
Contributor

@kay-kim kay-kim Mar 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apologies ... usually I don't like to muddy PRs ...
But, the environmentd_version isn't included in our instance handling. Could we patch to include that?

Copy link
Copy Markdown
Contributor

@kay-kim kay-kim Mar 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, ignore. I'll have to make changes to the examples/simple in addition to the root main.tf ... so, will make a separate PR to take care of that.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Depending on when this is merged, I might do a patch to this PR, seeing as this touches the 2 files

@jubrad jubrad force-pushed the small-fixes-jubrad branch from eacdeb9 to 7a06d09 Compare March 6, 2025 04:41
…on, environmentd_version for materialize_instances
@kay-kim kay-kim force-pushed the small-fixes-jubrad branch from acb2f99 to 2c37183 Compare March 6, 2025 04:56
@jubrad jubrad merged commit 3e2c57d into main Mar 7, 2025
2 checks passed
@jubrad jubrad deleted the small-fixes-jubrad branch March 7, 2025 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants