mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 13:30:57 +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" {
|
||||
name = "kube-prometheus-stack"
|
||||
repository = "https://prometheus-community.github.io/helm-charts"
|
||||
|
Loading…
Reference in New Issue
Block a user