Kubernetes Setup
Deploy the full platform on Kubernetes using the official Helm chart published to Artifact Hub.
Using Helm Charts
bash
helm repo add wenex https://wenex-org.github.io/charts
helm repo updateSee the Configuration section for the full list of available values and their equivalent .env variables.
Install the Chart
bash
helm install platform wenex/platformTo customize values inline:
bash
helm install platform wenex/platform \
--set global.environments.nodeEnv=production \
--set global.environments.mongo.pass=secretOr pass a values file:
bash
helm install platform wenex/platform -f my-values.yamlControl Subcharts
By default, all subcharts are disabled. Enable the ones you need under the top-level keys:
yaml
# values.yaml
auth:
enabled: true
identity:
enabled: true
gateway:
enabled: trueThe full list of available keys mirrors the service and worker names: auth, domain, context, essential, identity, financial, career, special, touch, content, logistic, conjoint, general, thing, watcher, observer, preserver, dispatcher, publisher, logger, cleaner.