mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
Install nginx helm chart
This commit is contained in:
parent
3de1423ed5
commit
ebafaf4582
@ -76,6 +76,16 @@ resource "helm_release" "metallb" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
resource "helm_release" "nginx" {
|
||||||
|
name = "ingress-nginx"
|
||||||
|
repository = "https://kubernetes.github.io/ingress-nginx"
|
||||||
|
chart = "ingress-nginx"
|
||||||
|
version = "3.10.1"
|
||||||
|
|
||||||
|
namespace = "ingress-nginx"
|
||||||
|
create_namespace = true
|
||||||
|
}
|
||||||
|
|
||||||
resource "helm_release" "prometheus" {
|
resource "helm_release" "prometheus" {
|
||||||
name = "kube-prometheus-stack"
|
name = "kube-prometheus-stack"
|
||||||
repository = "https://prometheus-community.github.io/helm-charts"
|
repository = "https://prometheus-community.github.io/helm-charts"
|
||||||
|
Loading…
Reference in New Issue
Block a user