Skip to content

Commit

Permalink
Keep Host rule to match for tum.sexy
Browse files Browse the repository at this point in the history
  • Loading branch information
kordianbruck committed Jul 2, 2023
1 parent 8db5f70 commit d9c3257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/charts/tum-sexy/templates/networking/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
- websecure
routes:
- kind: Rule
match: HostRegexp(`{{ $.Values.url }}`, `{subdomain:[a-z0-9]+}.{{ $.Values.url }}`)
match: Host(`{{ $.Values.url }}`) || HostRegexp(`{{ $.Values.url }}`, `{subdomain:[a-z0-9]+}.{{ $.Values.url }}`)
services:
- name: tum-sexy-svc
port: 80
Expand All @@ -29,7 +29,7 @@ spec:
- web
routes:
- kind: Rule
match: HostRegexp(`{{ $.Values.url }}`, `{subdomain:[a-z0-9]+}.{{ $.Values.url }}`)
match: Host(`{{ $.Values.url }}`) || HostRegexp(`{{ $.Values.url }}`, `{subdomain:[a-z0-9]+}.{{ $.Values.url }}`)
services:
- name: noop@internal
kind: TraefikService
Expand Down

0 comments on commit d9c3257

Please sign in to comment.