parodos-dev / orchestrator-helm-chart

Helm chart to deploy the Orchestrator solution suite.
https://parodos.dev/orchestrator-helm-chart/
Apache License 2.0
2 stars 22 forks source link

orchestrator-k8s: various values.yaml fixes #235

Closed rgolangh closed 2 months ago

rgolangh commented 2 months ago
  1. Use the 1.2 notification versions from https://github.com/redhat-developer/rhdh-plugin-export-backstage-backstage/releases/tag/v1.2.0
  2. postgresql ephemeral storage value was too low and caused hitting the limit and restart of the pod.
  3. Missing volume mounts, because the extraVolumeMounts is not really extra, but rather overrides that field
  4. The dynamic plugins config map name changes to be prefixed with the release name

Signed-off-by: Roy Golan rgolan@redhat.com