From 65db1ba4cbb34afd2aadc58fb38f52119d49c08c Mon Sep 17 00:00:00 2001 From: James Polley Date: Sat, 30 Jun 2018 11:42:50 +1000 Subject: [PATCH] Set the correct class for new deployments to ensure that they get bound to the correct ingress service --- k8s/deployment_template.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/deployment_template.jsonnet b/k8s/deployment_template.jsonnet index 3d2548a8..23be06fb 100644 --- a/k8s/deployment_template.jsonnet +++ b/k8s/deployment_template.jsonnet @@ -181,7 +181,7 @@ function (slug, sha) { "domains": [ domain ], "http01": { "ingress": "", - "ingressClass": "nginx" + "ingressClass": "nginx-review" } } },