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

add traefik IngressRouteTCP example

parent 6f6fe610
No related branches found
No related tags found
No related merge requests found
{{- if .Values.ingressroutetcp }}
{{ include "common.traefik.ingressroutetcp" (dict "Values" .Values.ingressroutetcp "Chart" .Chart "Release" .Release) }}
{{- end }}
......@@ -76,3 +76,13 @@ configmap:
name: configmap
data:
example: test
ingressroutetcp: # All options: https://doc.traefik.io/traefik/routing/providers/kubernetes-crd/#kind-ingressroutetcp
name: exampleroute
entryPoints:
- example-entrypoint
routes:
- match: HostSNI(`*`)
services:
- name: example-service
port: 8080
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