razvvan / app-helm-chart

Contains the generic helm chart that wrap microservices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

app-helm-chart

Contains the generic helm chart for an application. It is used by Prometheus & Disco project

Usage

Reference the release of the chart you want to deploy in terraform

resource "helm_release" "app" {
  chart     = "https://github.com/DND-IT/app-helm-chart/archive/0.1.0.tar.gz"
  ...
}

AWS Role

If you specify a IAM role in aws_iam_role_arn a service account will be create to take advantage of fine grained permission for pods

About

Contains the generic helm chart that wrap microservices


Languages

Language:Smarty 100.0%