Changeset - 00ddfc00b8a5
[Not reviewed]
0 1 0
James Polley - 6 years ago 2018-06-24 13:46:34
jp@jamezpolley.com
Add slug label in more places

This makes it clearer which deploy/service/pod belong together
1 file changed with 8 insertions and 4 deletions:
0 comments (0 inline, 0 general)
k8s/deployment_template.jsonnet
Show inline comments
...
 
@@ -15,3 +15,4 @@ function (slug, sha) {
 
            "labels": {
 
              "app": "symposion-app"
 
              "app": "symposion-app",
 
              "slug": slug
 
            },
...
 
@@ -29,3 +30,4 @@ function (slug, sha) {
 
            "selector": {
 
              "app": "symposion-app"
 
              "app": "symposion-app",
 
              "slug": slug
 
            },
...
 
@@ -40,3 +42,4 @@ function (slug, sha) {
 
            "labels": {
 
              "app": "symposion-app"
 
              "app": "symposion-app",
 
              "slug": slug,
 
            },
...
 
@@ -50,3 +53,4 @@ function (slug, sha) {
 
              "matchLabels": {
 
                "app": "symposion-app"
 
                "app": "symposion-app",
 
                "slug": slug
 
              }
0 comments (0 inline, 0 general)