Skip to content

Commit b995b46

Browse files
committed
add label for grouping in topology view
1 parent 8d896fb commit b995b46

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

resources/cm.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ apiVersion: v1
22
kind: ConfigMap
33
metadata:
44
name: via-cfg
5+
labels:
6+
app.kubernetes.io/part-of: via-app
57
data:
68
version-proxy: OPENSHIFT_BUILD_NAME
79
stage: int

resources/deploy.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ kind: Deployment
33
metadata:
44
labels:
55
app: via
6+
app.kubernetes.io/part-of: via-app
67
name: via
78
spec:
89
replicas: 1

resources/route.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ kind: Route
33
metadata:
44
labels:
55
app: via
6+
app.kubernetes.io/part-of: via-app
67
name: via
78
spec:
89
port:

resources/svc.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ kind: Service
33
metadata:
44
labels:
55
app: via
6+
app.kubernetes.io/part-of: via-app
67
name: via
78
spec:
89
selector:

0 commit comments

Comments
 (0)