feat(charts/devops-hub): add EF DevOps Hub chart - #22
Merged
Conversation
New chart (0.2.1) for the EF DevOps Hub: internal portal with Google Workspace profile self-service and a request portal filed into Linear with Mattermost-based approvals. Single distroless container (Go API + SPA), stateless pods, secrets injected via existingSecret references, optional Teleport or public-LB exposure. Passes the lint gate: render-safe defaults, pullPolicy Always, CPU/memory/ ephemeral-storage requests+limits, PDB (multi-replica only), probes; pod-networkpolicy skipped via .kubescore-ignore (isolation comes from CiliumNetworkPolicies in the deployment wrapper).
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.
Adds the
devops-hubchart (0.2.1) — the EF DevOps Hub: internal portal with Google Workspace profile self-service and a request portal filed into Linear, with Mattermost-DM approvals. App source: EthDevOps/devops-hub (deploy/helm/devops-hubis the source of truth; this is a copy).existingSecretreferences (render-safe defaults point atdevops-hub-managed-secret)pullPolicy: Always, CPU/memory/ephemeral-storage requests+limits, liveness/readiness probes, PDB (rendered only whenreplicaCount > 1), PSS-restricted security contexts;pod-networkpolicyskipped via.kubescore-ignore(isolation is CiliumNetworkPolicies in the internal-stack-iac wrapper + cluster-hardening baseline)Merging publishes
devops-hub0.2.1 via chart-releaser, which unblocks the failingtest-chartschecks on EthDevOps/internal-stack-iac#745 (its wrapper depends on this chart).