Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added labels for execution and control plane components #4603

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -31,6 +31,8 @@ spec:
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
module: execution-plane
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name: workflow-controller
namespace: #{INFRA_NAMESPACE}
spec:
Expand Down
Expand Up @@ -10,6 +10,7 @@ metadata:
app.kubernetes.io/component: operator
app.kubernetes.io/part-of: litmus
app.kubernetes.io/managed-by: kubectl
module: execution-plane
name: chaos-operator-ce
namespace: #{INFRA_NAMESPACE}
spec:
Expand Down Expand Up @@ -76,6 +77,7 @@ metadata:
labels:
app: chaos-exporter
release: prometheus-stack
module: execution-plane
name: chaos-exporter
namespace: #{INFRA_NAMESPACE}
spec:
Expand Down
Expand Up @@ -31,6 +31,7 @@ metadata:
namespace: #{INFRA_NAMESPACE}
labels:
app: subscriber
module: execution-plane
spec:
selector:
matchLabels:
Expand Down Expand Up @@ -75,6 +76,7 @@ kind: Deployment
metadata:
labels:
app: event-tracker
module: execution-plane
name: event-tracker
namespace: #{INFRA_NAMESPACE}
spec:
Expand Down
6 changes: 6 additions & 0 deletions chaoscenter/manifests/litmus-cluster-scope.yaml
Expand Up @@ -550,6 +550,8 @@ metadata:
name: litmusportal-frontend
namespace: litmus
labels:
app: litmus
module: control-plane
component: litmusportal-frontend
spec:
replicas: 1
Expand Down Expand Up @@ -610,6 +612,8 @@ metadata:
name: litmusportal-server
namespace: litmus
labels:
app: litmus
module: control-plane
component: litmusportal-server
spec:
replicas: 1
Expand Down Expand Up @@ -734,6 +738,8 @@ metadata:
name: litmusportal-auth-server
namespace: litmus
labels:
app: litmus
module: control-plane
component: litmusportal-auth-server
spec:
replicas: 1
Expand Down
6 changes: 6 additions & 0 deletions chaoscenter/manifests/litmus-namespaced-scope.yaml
Expand Up @@ -516,6 +516,8 @@ kind: Deployment
metadata:
name: litmusportal-frontend
labels:
app: litmus
module: control-plane
component: litmusportal-frontend
spec:
replicas: 1
Expand Down Expand Up @@ -574,6 +576,8 @@ kind: Deployment
metadata:
name: litmusportal-server
labels:
app: litmus
module: control-plane
component: litmusportal-server
spec:
replicas: 1
Expand Down Expand Up @@ -696,6 +700,8 @@ kind: Deployment
metadata:
name: litmusportal-auth-server
labels:
app: litmus
module: control-plane
component: litmusportal-auth-server
spec:
replicas: 1
Expand Down
6 changes: 6 additions & 0 deletions chaoscenter/manifests/litmus-without-resources.yaml
Expand Up @@ -550,6 +550,8 @@ metadata:
name: litmusportal-frontend
namespace: litmus
labels:
app: litmus
module: control-plane
component: litmusportal-frontend
spec:
replicas: 1
Expand Down Expand Up @@ -601,6 +603,8 @@ metadata:
name: litmusportal-server
namespace: litmus
labels:
app: litmus
module: control-plane
component: litmusportal-server
spec:
replicas: 1
Expand Down Expand Up @@ -716,6 +720,8 @@ metadata:
name: litmusportal-auth-server
namespace: litmus
labels:
app: litmus
module: control-plane
component: litmusportal-auth-server
spec:
replicas: 1
Expand Down