Skip to content

Commit

Permalink
Update Ingress configuration for ProxyServer001: change host and secr…
Browse files Browse the repository at this point in the history
…et name to levelup.eliasdh.com
  • Loading branch information
EliasDeHondt committed Jan 19, 2025
1 parent 76b3be1 commit 5a2b1f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Supercluster/Cluster01/ProxyServer001/Ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ spec:
ingressClassName: nginx
tls:
- hosts:
- app.levelup.be
secretName: applevelup-tls
- levelup.eliasdh.com
secretName: levelupeliasdh-tls
rules:
- host: app.levelup.be
- host: levelup.eliasdh.com
http:
paths:
- path: /
Expand Down

0 comments on commit 5a2b1f3

Please sign in to comment.