diff --git a/deploy/hubble/manifests/controller/helm/retina/templates/agent/daemonset.yaml b/deploy/hubble/manifests/controller/helm/retina/templates/agent/daemonset.yaml index e15bde9e73..b6a361f0e0 100644 --- a/deploy/hubble/manifests/controller/helm/retina/templates/agent/daemonset.yaml +++ b/deploy/hubble/manifests/controller/helm/retina/templates/agent/daemonset.yaml @@ -8,6 +8,8 @@ metadata: namespace: {{ .Values.namespace }} labels: k8s-app: {{ include "retina.name" . }} + app.kubernetes.io/name: {{ include "retina.name" . }} + app.kubernetes.io/instance: {{ .Release.Name }} spec: selector: matchLabels: @@ -17,6 +19,8 @@ spec: labels: app: {{ include "retina.name" . }} k8s-app: {{ include "retina.name" . }} + app.kubernetes.io/name: {{ include "retina.name" . }} + app.kubernetes.io/instance: {{ .Release.Name }} annotations: prometheus.io/port: "{{ .Values.retinaPort }}" prometheus.io/scrape: "true" diff --git a/deploy/hubble/manifests/controller/helm/retina/templates/hubble-relay/deployment.yaml b/deploy/hubble/manifests/controller/helm/retina/templates/hubble-relay/deployment.yaml index 71b06b6e76..c5939730c6 100644 --- a/deploy/hubble/manifests/controller/helm/retina/templates/hubble-relay/deployment.yaml +++ b/deploy/hubble/manifests/controller/helm/retina/templates/hubble-relay/deployment.yaml @@ -12,6 +12,7 @@ metadata: k8s-app: hubble-relay app.kubernetes.io/name: hubble-relay app.kubernetes.io/part-of: cilium + app.kubernetes.io/instance: {{ .Release.Name }} spec: replicas: {{ .Values.hubble.relay.replicas }} selector: @@ -35,6 +36,7 @@ spec: k8s-app: hubble-relay app.kubernetes.io/name: hubble-relay app.kubernetes.io/part-of: cilium + app.kubernetes.io/instance: {{ .Release.Name }} {{- with .Values.hubble.relay.podLabels }} {{- toYaml . | nindent 8 }} {{- end }} diff --git a/deploy/hubble/manifests/controller/helm/retina/templates/hubble-ui/deployment.yaml b/deploy/hubble/manifests/controller/helm/retina/templates/hubble-ui/deployment.yaml index 51c1e47212..a89c5c9573 100644 --- a/deploy/hubble/manifests/controller/helm/retina/templates/hubble-ui/deployment.yaml +++ b/deploy/hubble/manifests/controller/helm/retina/templates/hubble-ui/deployment.yaml @@ -12,6 +12,7 @@ metadata: k8s-app: hubble-ui app.kubernetes.io/name: hubble-ui app.kubernetes.io/part-of: cilium + app.kubernetes.io/instance: {{ .Release.Name }} spec: replicas: {{ .Values.hubble.ui.replicas }} selector: @@ -35,6 +36,7 @@ spec: k8s-app: hubble-ui app.kubernetes.io/name: hubble-ui app.kubernetes.io/part-of: cilium + app.kubernetes.io/instance: {{ .Release.Name }} {{- with .Values.hubble.ui.podLabels }} {{- toYaml . | nindent 8 }} {{- end }} diff --git a/deploy/hubble/manifests/controller/helm/retina/templates/operator/deployment.yaml b/deploy/hubble/manifests/controller/helm/retina/templates/operator/deployment.yaml index acea3cb711..899ca9f126 100644 --- a/deploy/hubble/manifests/controller/helm/retina/templates/operator/deployment.yaml +++ b/deploy/hubble/manifests/controller/helm/retina/templates/operator/deployment.yaml @@ -25,6 +25,8 @@ spec: labels: app: retina-operator control-plane: retina-operator + app.kubernetes.io/name: retina-operator + app.kubernetes.io/instance: {{ .Release.Name }} spec: {{- with .Values.imagePullSecrets }} imagePullSecrets: