Deployment to Kubernetes

The ska-oso-oet Helm chart will deploy the application with environment variables from a ConfigMap and an Ingress rule.

The ska-oso-oet-umbrella Helm chart will deploy the ska-oso-oet chart and all its dependencies, namely the ODA and SKUID.

To deploy the charts, the standard SKAO make targets are used - for example make k8s-install-chart

To set environment variables, the Helm values.yaml can be used. For example, th ODA_BACKEND_TYPE variable is set from the following:

rest:
  ...
  oda:
    backendType: postgres
  ...