helm-charts

NotifyNL Helm Charts

Artifact Hub GitHub Actions Workflow Status GitHub License

TL;DR

helm repo add notifynl https://worth-nl.github.io/helm-charts

Charts

OMC

[!IMPORTANT] Some environment variables are required for a valid configuration, see the OMC documentation for information on these variables.

[!WARNING] The following environment variables are also always required:

  - name: ASPNETCORE_ENVIRONMENT
    value: "Production"
  - name: ASPNETCORE_URLS
    value: "http://*:5270"
  - name: COMPlus_EnableDiagnostics
    value: "0"
helm install omc notifynl/notifynl-omc -f my.values.yaml

OMC (no dependencies)

[!IMPORTANT] Some environment variables are required for a valid configuration, see the OMC documentation for information on these variables.

helm install omc notifynl/notifynl-omc-nodep -f my.values.yaml