Skip to content

Commit

Permalink
migrated the ingressroute to ingressroutetcp and removed options as p…
Browse files Browse the repository at this point in the history
…er the tcp spec
  • Loading branch information
ashish1099 committed Aug 13, 2024
1 parent af1ff6c commit 3d92261
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions argocd-helm-charts/puppetserver/templates/ingressroutetcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,11 @@ spec:
entryPoints:
- websecure
routes:
- kind: Rule
match: HostSNI(`{{ .Values.customerid }}.puppet.obmondo.com`)
- match: HostSNI(`{{ .Values.customerid }}.puppet.obmondo.com`)
priority: 10
services:
- kind: Service
name: puppetserver-{{ .Values.customerid }}-puppet
namespace: puppetserver-{{ .Values.customerid }}
passHostHeader: true
- name: puppetserver-{{ .Values.customerid }}-puppet
port: puppetserver
healthCheck:
path: /status/v1/simple
interval: 15s
nativeLB: true
tls:
passthrough: true
Expand Down

0 comments on commit 3d92261

Please sign in to comment.