Skip to content

feat(helm): improve deployment configuration options#773

Merged
alexluong merged 11 commits intomainfrom
feat/helm-deployment-config
Mar 18, 2026
Merged

feat(helm): improve deployment configuration options#773
alexluong merged 11 commits intomainfrom
feat/helm-deployment-config

Conversation

@alexluong
Copy link
Collaborator

@alexluong alexluong commented Mar 18, 2026

Summary

  • Add envFrom support for bulk env var injection from Secrets/ConfigMaps
  • Add podAnnotations and podLabels for pod template metadata
  • Add nodeSelector, affinity, and tolerations for pod scheduling
  • Add serviceAccountName for IRSA/Workload Identity/RBAC
  • Add securityContext and podSecurityContext for pod security standards
  • Add extraVolumes and extraVolumeMounts for additional mounts
  • Add health probes (livenessProbe / readinessProbe) to all deployments using /api/v1/healthz
  • Add ports declaration to delivery and log deployments
  • Fix pre-existing bug where container resources were required instead of optional
  • Fix env value quoting in helper template
  • Default ingress to disabled

Closes #772

Test plan

  • helm lint passes with default values
  • helm template with empty defaults omits all optional blocks
  • helm template with all values set renders correctly across all 3 deployments
  • YAML validity check — all 6 documents parse
  • Env value quoting with special characters
  • Partial resource assignment (per-service)
  • Name overrides (nameOverride, fullnameOverride)
  • Feature consistency across all 3 deployments

🤖 Generated with Claude Code

alexluong and others added 4 commits March 18, 2026 18:24
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Resources were unconditionally referenced in the template but had no
default in values.yaml, causing helm lint/template to fail.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Mar 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
outpost-docs Ready Ready Preview, Comment Mar 18, 2026 3:17pm
outpost-website Ready Ready Preview, Comment Mar 18, 2026 3:17pm

Request Review

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
alexluong and others added 6 commits March 18, 2026 21:24
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@alexluong alexluong changed the title Helm chart: improve deployment configuration options feat(helm): improve deployment configuration options Mar 18, 2026
@alexluong alexluong merged commit aad3d95 into main Mar 18, 2026
5 checks passed
@alexluong alexluong deleted the feat/helm-deployment-config branch March 18, 2026 16:55
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.

Helm chart: improve deployment configuration options

2 participants