Skip to content

Worth-NL/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

⚠️ Some environment variables are required for a valid configuration, see above documentation for information on these variables.

⚠️ 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