Skip to content

Commit

Permalink
Merge pull request #187 from dappradar/ingress_update
Browse files Browse the repository at this point in the history
Ingress update
  • Loading branch information
Sonmezturk committed Aug 2, 2023
2 parents 02cd845 + 18d129f commit e8b5ebb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions kubernetes/production/patch-ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: defi-providers
spec:
rules:
- host: https://defi-providers.dappradar.com
- host: defi-providers.dappradar.com
http:
paths:
- path: /
Expand All @@ -17,5 +17,5 @@ spec:

tls:
- hosts:
- https://defi-providers.dappradar.com
- defi-providers.dappradar.com
secretName: defi-providers-tls
6 changes: 3 additions & 3 deletions kubernetes/staging/patch-ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: defi-providers
spec:
rules:
- host: https://defi-providers.dappradar.dev
- host: defi-providers.dappradar.dev
http:
paths:
- path: /
Expand All @@ -17,5 +17,5 @@ spec:

tls:
- hosts:
- https://defi-providers.dappradar.dev
secretName: defi-providers-tls
- defi-providers.dappradar.dev
secretName: defi-providers-tls

0 comments on commit e8b5ebb

Please sign in to comment.