diff --git a/common/templates/traefik/_ingressroute.tpl b/common/templates/traefik/_ingressroute.tpl
index c5773fc9607a8b532761e7e897c00da8e525fb26..1b5760419fcf51c882105b7158d3a0934ce6611c 100644
--- a/common/templates/traefik/_ingressroute.tpl
+++ b/common/templates/traefik/_ingressroute.tpl
@@ -4,6 +4,12 @@ apiVersion:  {{ .Values.apiVersion | default "traefik.io/v1alpha1" }}
 kind: IngressRoute
 metadata:
   name: {{ .Values.name | default "ingress-route" }}
+  {{- with .Values.annotations }}
+  annotations:
+    {{- toYaml . | nindent 4 }}
+  {{- end }}
+  labels:
+    {{- include "common.variables.labels" . | nindent 4 }}
 spec:
   {{- with .Values.entryPoints }}
   entryPoints: