Skip to content

Commit

Permalink
refactor: Update TCP ingress route for puppetdb to use new domain name
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
Shubham Gupta committed Aug 23, 2024
1 parent a74fb76 commit a329313
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
entryPoints:
- websecure
routes:
- match: HostSNI(`{{ .Values.customerid }}.puppetdb.enableit.dk`)
- match: HostSNI(`{{ .Values.customerid }}.puppetdb.obmondo.com`)
priority: 10
services:
- name: puppetserver-{{ .Values.customerid }}-puppetdb
Expand Down

0 comments on commit a329313

Please sign in to comment.