Skip to content

Commit

Permalink
changed the object name from ingressroute to ingressroutetcp
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish1099 committed Aug 13, 2024
1 parent 16a606e commit af1ff6c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
kind: IngressRouteTCP
metadata:
name: puppetserver-{{ .Values.customerid }}
spec:
entryPoints:
- websecure
routes:
- kind: Rule
match: Host(`{{ .Values.customerid }}.puppet.obmondo.com`)
match: HostSNI(`{{ .Values.customerid }}.puppet.obmondo.com`)
priority: 10
services:
- kind: Service
Expand Down

0 comments on commit af1ff6c

Please sign in to comment.