Skip to content

towards k8s

Mathias Goebel requested to merge pipeline-kubernetes into develop

This MR combines several edits to make the app and built containers ready for kubernetes. mainly:

  • allow reading secrets from file instead of (in container systems externally immutable) env vars
  • adjustments to the GitLab CI pipeline
  • new: build script for local k8s (k3d based) dev environment

Also it fixes a fatal issue with the search interface (missing var in commons was moved to function).

Following this MR a corresponding MR in the helm chart project will be set up.

Edited by Mathias Goebel

Merge request reports