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
...
 
@@ -178,13 +178,13 @@ function (slug, sha) {
 
        "op": "add",
 
        "path": "/spec/acme/config/-",
 
        "value": {
 
          "domains": [ domain ],
 
          "http01": {
 
            "ingress": "",
 
            "ingressClass": "nginx"
 
            "ingressClass": "nginx-review"
 
          }
 
        }
 
      },
 
      {
 
        "op": "add",
 
        "path": "/spec/dnsNames/-",
0 comments (0 inline, 0 general)