Skip to content
Snippets Groups Projects
Commit 2ce3dfbd authored by Andri Joos's avatar Andri Joos :blush:
Browse files

add annotations & labels to traefik ingressroute template

parent 55578f8c
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment