feat(web): add a helm chart for the sandbox dashboard - #301
Merged
Conversation
Package the static nginx dashboard as a Helm chart, mirroring the ledger chart but trimmed for a static SPA: no config, secret or service monitor. The pod runs non-root as the nginx-unprivileged uid with a read-only root filesystem, dropped capabilities and the default seccomp profile, with emptyDir mounts for the paths nginx needs to write under that lockdown. Liveness and readiness probe the served index, the service is a ClusterIP on 8080, and the image defaults to the chart version. The web chart joins the ledger and payments charts in the helm lint plus kubeconform CI matrix, with the service-monitor render step skipped since a static SPA exposes no metrics. Closes #296
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.
E-08 Sandbox UI #296 (F-08.10b) - Helm chart for the static nginx web container (deferred from #290). The last E-08 slice.
What
if: matrix.chart != 'web'since a static SPA has no ServiceMonitor.Gate chain
Note: helm is not installed locally; the CI helm-test job (lint + template + kubeconform) is the validation gate. Chart.yaml/values.yaml/workflow validated as YAML; templates mirror the merged ledger go-template structure.
Closes #296