traefik/pkg/provider/kubernetes/crd/fixtures/tcp/with_termination_delay.yml
2023-03-20 15:38:08 +01:00

17 lines
258 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: test.route
namespace: default
spec:
entryPoints:
- foo
routes:
- match: HostSNI(`foo.com`)
services:
- name: whoamitcp
port: 8000
terminationDelay: 500