Skip to content

Commit

Permalink
Merge pull request 'chore: Change IngressRouteTCP to IngressRoute' (#…
Browse files Browse the repository at this point in the history
…401) from remove-tcp into master

Reviewed-on: https://gitea.obmondo.com/EnableIT/KubeAid/pulls/401
  • Loading branch information
ashish1099 committed Sep 6, 2024
2 parents e5fed46 + 350661b commit 3ed5723
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
kind: IngressRoute
metadata:
name: puppetdb-{{ .Values.customerid }}
spec:
entryPoints:
- websecure
routes:
- match: HostSNI(`{{ .Values.customerid }}.puppetdb.obmondo.com`)
- kind: Rule
match: Host(`{{ .Values.customerid }}.puppetdb.obmondo.com`)
priority: 10
services:
- name: puppetserver-{{ .Values.customerid }}-puppetdb
port: pdb-https
middlewares:
- name: middlewaretcp-{{ .Values.customerid }}
- kind: Service
name: puppetserver-{{ .Values.customerid }}-puppetdb
port: pdb-http
tls:
passthrough: true
options:
name: prometheus-puppet-agent-tls-auth
namespace: traefik

This file was deleted.

0 comments on commit 3ed5723

Please sign in to comment.