Changeset - 65db1ba4cbb3
[Not reviewed]
0 1 0
James Polley - 6 years ago 2018-06-30 02:33:34
jp@jamezpolley.com
Set the correct class for new deployments

to ensure that they get bound to the correct ingress service
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
k8s/deployment_template.jsonnet
Show inline comments
...
 
@@ -181,7 +181,7 @@ function (slug, sha) {
 
          "domains": [ domain ],
 
          "http01": {
 
            "ingress": "",
 
            "ingressClass": "nginx"
 
            "ingressClass": "nginx-review"
 
          }
 
        }
 
      },
0 comments (0 inline, 0 general)