Skip to content

Commit

Permalink
feat(manifests): add 'app' label to workflow-controller-metrics servi…
Browse files Browse the repository at this point in the history
…ce (#6079)

Signed-off-by: Daan Seynaeve <daan.seynaeve@openanalytics.eu>
  • Loading branch information
dseynaev authored Jun 8, 2021
1 parent 1533dd4 commit 1d76c48
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: v1
kind: Service
metadata:
name: workflow-controller-metrics
labels:
app: workflow-controller
spec:
selector:
app: workflow-controller
Expand Down
2 changes: 2 additions & 0 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,8 @@ spec:
apiVersion: v1
kind: Service
metadata:
labels:
app: workflow-controller
name: workflow-controller-metrics
spec:
ports:
Expand Down
2 changes: 2 additions & 0 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ spec:
apiVersion: v1
kind: Service
metadata:
labels:
app: workflow-controller
name: workflow-controller-metrics
spec:
ports:
Expand Down
2 changes: 2 additions & 0 deletions manifests/quick-start-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,8 @@ spec:
apiVersion: v1
kind: Service
metadata:
labels:
app: workflow-controller
name: workflow-controller-metrics
spec:
ports:
Expand Down
2 changes: 2 additions & 0 deletions manifests/quick-start-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,8 @@ spec:
apiVersion: v1
kind: Service
metadata:
labels:
app: workflow-controller
name: workflow-controller-metrics
spec:
ports:
Expand Down
2 changes: 2 additions & 0 deletions manifests/quick-start-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,8 @@ spec:
apiVersion: v1
kind: Service
metadata:
labels:
app: workflow-controller
name: workflow-controller-metrics
spec:
ports:
Expand Down

0 comments on commit 1d76c48

Please sign in to comment.