Skip to content

Commit

Permalink
Add christelendaan.nl
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanvm committed Mar 30, 2024
1 parent 91dd990 commit e676b67
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ spec:
- christelmusic.nl
- www.christelmusic.nl

- christelendaan.nl
- www.christelendaan.nl

secretName: daanvm-nl-tls

rules:
Expand Down Expand Up @@ -43,3 +46,16 @@ spec:
number: 80
- host: "www.christelmusic.nl"
http: *christelmusic_nl_http_rules

- host: "christelendaan.nl"
http: &christelendaan_nl_http_rules
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: christelendaan-nl
port:
number: 80
- host: "www.christelendaan.nl"
http: *christelendaan_nl_http_rules

0 comments on commit e676b67

Please sign in to comment.