andrianaivo / charts

Common helm charts from iits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IITS helm charts

This project contains several public charts as used by the folks at IITS.

Requirements

These charts are running only with a OIDC Proxy upfront and traefik as a Ingress Controller

Installation

Take a look at the specific README.md of the chart.

Acceptance criteria

Any helm chart provided by iits-consulting needs to adhere to the following acceptance criteria:

  • The Chart.yaml contains all required attributes as defined in https://helm.sh/docs/topics/charts/#the-chartyaml-file
  • Document values in such a way that helm-docs may generate a nice README.md
  • Enable custom annotations in values.yaml
  • Define common labels for better separation of concerns
  • Configuration changes have to cause a pod restart
  • Whenever possible, sensitive information should be injected by something like a mutating webhook rather than be part of your chart
  • Container health checks need to be present
  • Use subcharts to manage dependencies whenever possible
  • Document every values.yaml variable that is meant to be adjusted
  • Specify a license
  • Provide a default .helmignore
  • HorizontalPodAutoscaler should be present
  • Have a NOTES.txt that provides information about the deployment

About

Common helm charts from iits

License:GNU General Public License v3.0


Languages

Language:Smarty 86.1%Language:Mustache 4.6%Language:CSS 4.0%Language:HTML 3.0%Language:Shell 2.2%