Skip to content

Commit

Permalink
Update ingress.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianH authored Jun 13, 2023
1 parent 13ff359 commit 1ce5ec0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/mainnet/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: casperholders-tls
spec:
entryPoints:
- secure
- websecure
routes:
- match: Host(`casperholders.io`)
kind: Rule
Expand Down Expand Up @@ -37,7 +37,7 @@ metadata:
name: casperholders-www-tls
spec:
entryPoints:
- secure
- websecure
routes:
- match: Host(`www.casperholders.io`)
kind: Rule
Expand All @@ -61,4 +61,4 @@ spec:
kind: Rule
services:
- name: casperholders-service
port: 80
port: 80

0 comments on commit 1ce5ec0

Please sign in to comment.