Skip to content
Snippets Groups Projects
Verified Commit 78422fff authored by Vincent Sellier's avatar Vincent Sellier
Browse files

rancher: Disable default rancher ingress controller

parent 5bab566e
No related branches found
No related tags found
Loading
......@@ -8,6 +8,7 @@ resource "rancher2_cluster" "cluster-admin" {
plugin = "canal"
}
ingress {
default_backend = false
provider = "none"
}
upgrade_strategy {
......
......@@ -12,6 +12,7 @@ resource "rancher2_cluster" "archive-production" {
plugin = "canal"
}
ingress {
default_backend = false
provider = "none"
}
upgrade_strategy {
......
......@@ -11,6 +11,10 @@ resource "rancher2_cluster" "archive-staging" {
network {
plugin = "canal"
}
ingress {
default_backend = false
provider = "none"
}
services {
kubelet {
extra_args = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment