Skip to content

Additional Deployment Changes - #197

Merged
dbarkowsky merged 3 commits into
developfrom
fix/plg-user-issue
Jun 18, 2026
Merged

Additional Deployment Changes#197
dbarkowsky merged 3 commits into
developfrom
fix/plg-user-issue

Conversation

@dbarkowsky

Copy link
Copy Markdown
Collaborator

Summary

Changes

  • Bumped up the frontend memory limit. Combined with the 80% usage-based scaling, it was max scaling to 4/4 pods all the time. Will have to monitor.
  • Some properties of the stateful sets are apparently immutable, so one of the previous changes required dropping the sets then immediately recreating them. It seems like --cascade=orphan causes the pods to keep running, so the disruption in the PLG stack is seconds short. Probably not needed every deployment, but it eliminates a lot of conflicts if it comes up again.
  • Had to add additional permissions for role-based access controls, which is related to the previous changes with the Prometheus service account.

Testing

I've tested what I could by running things from the CLI. Suspect everything will work, but will monitor workflow runs.

Checklist

By submitting this pull request, I acknowledge that I have attempted to meet the following:

  • a self-review of my code
  • commented code particularly in hard-to-understand areas
  • corresponding changes to the documentation where required
  • changes tested to the best of my ability
  • no new errors or non-functional code

@dbarkowsky
dbarkowsky merged commit 06e98cf into develop Jun 18, 2026
12 checks passed
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.

2 participants