From 964db6a95cfdd82969f6af5a09822929a1862408 Mon Sep 17 00:00:00 2001 From: Srivahni Chivukula Date: Tue, 7 Apr 2020 17:52:05 -0700 Subject: Status operator to update status of resources This operator monitors the status of resources like pods, services, deployments, daemonsets, configmaps etc. and updates the status in the CR accordingly. Issue-ID: MULTICLOUD-1047 Signed-off-by: Srivahni Chivukula Change-Id: I7d92584a44c8add2df69f2985140a55b460ac037 --- src/monitor/deploy/operator.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/monitor/deploy/operator.yaml') diff --git a/src/monitor/deploy/operator.yaml b/src/monitor/deploy/operator.yaml index 9affeaaa..a06c07d3 100644 --- a/src/monitor/deploy/operator.yaml +++ b/src/monitor/deploy/operator.yaml @@ -2,15 +2,17 @@ apiVersion: apps/v1 kind: Deployment metadata: name: monitor + labels: + "emco/deployment-id": "bionic-beaver" spec: replicas: 1 selector: matchLabels: - name: monitor + "emco/deployment-id": "bionic-beaver" template: metadata: labels: - name: monitor + "emco/deployment-id": "bionic-beaver" spec: serviceAccountName: monitor containers: -- cgit 1.2.3-korg