OPMAAS-600 - Use Namespace tag instead of Component tag for application comfy

CD_MSGSVC
Markus Dlugi 2021-09-22 12:53:42 +02:00
parent 4500277fa5
commit 9f76e5726f
5 changed files with 15 additions and 15 deletions

View File

@ -12,7 +12,7 @@
"tagFilters": [ "tagFilters": [
{ {
"context": "CONTEXTLESS", "context": "CONTEXTLESS",
"key": "Component", "key": "Namespace",
"value": "{{.tag}}" "value": "{{.tag}}"
}, },
{ {
@ -31,7 +31,7 @@
"tagFilters": [ "tagFilters": [
{ {
"context": "CONTEXTLESS", "context": "CONTEXTLESS",
"key": "Component", "key": "Namespace",
"value": "{{.tag}}" "value": "{{.tag}}"
}, },
{ {
@ -50,7 +50,7 @@
"tagFilters": [ "tagFilters": [
{ {
"context": "CONTEXTLESS", "context": "CONTEXTLESS",
"key": "Component", "key": "Namespace",
"value": "{{.tag}}" "value": "{{.tag}}"
}, },
{ {
@ -69,7 +69,7 @@
"tagFilters": [ "tagFilters": [
{ {
"context": "CONTEXTLESS", "context": "CONTEXTLESS",
"key": "Component", "key": "Namespace",
"value": "{{.tag}}" "value": "{{.tag}}"
}, },
{ {
@ -88,7 +88,7 @@
"tagFilters": [ "tagFilters": [
{ {
"context": "CONTEXTLESS", "context": "CONTEXTLESS",
"key": "Component", "key": "Namespace",
"value": "{{.tag}}" "value": "{{.tag}}"
}, },
{ {

View File

@ -16,7 +16,7 @@
"type": "TAG", "type": "TAG",
"value": { "value": {
"context": "CONTEXTLESS", "context": "CONTEXTLESS",
"key": "Component", "key": "Namespace",
"value": "{{.tag}}" "value": "{{.tag}}"
} }
}, },

View File

@ -16,7 +16,7 @@
"type": "TAG", "type": "TAG",
"value": { "value": {
"context": "CONTEXTLESS", "context": "CONTEXTLESS",
"key": "Component", "key": "Namespace",
"value": "{{.tag}}" "value": "{{.tag}}"
} }
}, },

View File

@ -73,7 +73,7 @@
"SERVICE": { "SERVICE": {
"AUTO_TAGS": [ "AUTO_TAGS": [
"Environment:{{.env}}", "Environment:{{.env}}",
"Component:{{.tag}}" "Namespace:{{.tag}}"
] ]
} }
} }
@ -190,7 +190,7 @@
"SERVICE": { "SERVICE": {
"AUTO_TAGS": [ "AUTO_TAGS": [
"Environment:{{.env}}", "Environment:{{.env}}",
"Component:{{.tag}}" "Namespace:{{.tag}}"
] ]
} }
} }
@ -234,7 +234,7 @@
"DATABASE": { "DATABASE": {
"AUTO_TAGS": [ "AUTO_TAGS": [
"Environment:{{.env}}", "Environment:{{.env}}",
"Component:{{.tag}}" "Namespace:{{.tag}}"
] ]
} }
} }
@ -266,7 +266,7 @@
"SERVICE": { "SERVICE": {
"AUTO_TAGS": [ "AUTO_TAGS": [
"Environment:{{.env}}", "Environment:{{.env}}",
"Component:{{.tag}}" "Namespace:{{.tag}}"
] ]
} }
} }
@ -298,7 +298,7 @@
"HOST": { "HOST": {
"AUTO_TAGS": [ "AUTO_TAGS": [
"Environment:{{.env}}", "Environment:{{.env}}",
"Component:{{.tag}}" "Namespace:{{.tag}}"
] ]
} }
} }

View File

@ -11,7 +11,7 @@
"type": "TAG", "type": "TAG",
"value": { "value": {
"context": "CONTEXTLESS", "context": "CONTEXTLESS",
"key": "Component", "key": "Namespace",
"value": "{{.tag}}" "value": "{{.tag}}"
} }
}, },
@ -36,7 +36,7 @@
"type": "TAG", "type": "TAG",
"value": { "value": {
"context": "CONTEXTLESS", "context": "CONTEXTLESS",
"key": "Component", "key": "Namespace",
"value": "{{.tag}}" "value": "{{.tag}}"
} }
}, },
@ -60,7 +60,7 @@
"type": "TAG", "type": "TAG",
"value": { "value": {
"context": "CONTEXTLESS", "context": "CONTEXTLESS",
"key": "Component", "key": "Namespace",
"value": "{{.tag}}" "value": "{{.tag}}"
} }
}, },