cozystack/packages/apps/openbao
Andrey Kolkov 2c141d3f38 feat(platform): add resourcePreset labels
Signed-off-by: Andrey Kolkov <androndo@gmail.com>
2026-04-17 15:04:25 +04:00
..
charts feat(openbao): add application chart with standalone and HA modes 2026-02-17 20:03:01 +03:00
logos feat(openbao): add application chart with standalone and HA modes 2026-02-17 20:03:01 +03:00
templates feat(platform): add resourcePreset labels 2026-04-17 15:04:25 +04:00
.helmignore feat(openbao): add application chart with standalone and HA modes 2026-02-17 20:03:01 +03:00
Chart.yaml feat(openbao): add application chart with standalone and HA modes 2026-02-17 20:03:01 +03:00
Makefile [docs] Added go types codegeneration for managed apps 2026-03-25 15:57:13 +05:00
README.md feat(openbao): add application chart with standalone and HA modes 2026-02-17 20:03:01 +03:00
values.schema.json [docs] Updated app go types 2026-03-25 15:57:25 +05:00
values.yaml feat(openbao): add application chart with standalone and HA modes 2026-02-17 20:03:01 +03:00

Managed OpenBAO Service

OpenBAO is an open-source secrets management solution forked from HashiCorp Vault. It provides identity-based secrets and encryption management for cloud infrastructure.

Parameters

Common parameters

Name Description Type Value
replicas Number of OpenBAO replicas. HA with Raft is automatically enabled when replicas > 1. Switching between standalone (file storage) and HA (Raft storage) modes requires data migration. int 1
resources Explicit CPU and memory configuration for each OpenBAO replica. When omitted, the preset defined in resourcesPreset is applied. object {}
resources.cpu CPU available to each replica. quantity ""
resources.memory Memory (RAM) available to each replica. quantity ""
resourcesPreset Default sizing preset used when resources is omitted. string small
size Persistent Volume Claim size for data storage. quantity 10Gi
storageClass StorageClass used to store the data. string ""
external Enable external access from outside the cluster. bool false

Application-specific parameters

Name Description Type Value
ui Enable the OpenBAO web UI. bool true