Skip to content

Helm chart for Kubernetes deployment #91

Description

@victorsoriadrp

Context

Production users on Kubernetes need a maintained Helm chart instead of crafting their own manifests from the Docker Compose example. This is a v1.0 blocker for enterprise deployments.

Acceptance criteria

  • Chart in deploy/helm/archipulse/
  • Templates: Deployment, Service, Ingress, ConfigMap, Secret, PVC (if needed), HorizontalPodAutoscaler (optional)
  • Values: image, replicas, resources, postgres (external/in-cluster), OIDC config, ingress class, persistence
  • PostgreSQL: documented as either external (recommended) or via dependency on bitnami/postgresql
  • CI: helm lint + helm template validation
  • README in chart folder with installation example
  • Published via helm repo or OCI registry

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions