Restructure chart for PatchMon v2 monolith architecture#5
Draft
MartinHell wants to merge 1 commit intomainfrom
Draft
Restructure chart for PatchMon v2 monolith architecture#5MartinHell wants to merge 1 commit intomainfrom
MartinHell wants to merge 1 commit intomainfrom
Conversation
PatchMon v2 is a single Go binary (patchmon-server) serving both frontend and API on port 3000. This replaces the separate Node.js backend + frontend deployments. - Merge backend/frontend into single server deployment and service - Add guacd sidecar container for Windows RDP support - Add new v2 secrets: SESSION_SECRET, AI_ENCRYPTION_KEY - Add new env vars: auth/lockout, password policy, body limits, Redis TLS, password rate limiting - Simplify HTTPRoute/Ingress to single service (no /api split) - Add mutual exclusion guard for gatewayAPI + ingress - Use redis helper consistently instead of inline logic - Scope PDB selector to server component - Bump chart to 0.3.0, appVersion 2.0.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Test plan