Skip to content

Commit

Permalink
Update hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarcha committed Aug 6, 2023
1 parent bfd1c61 commit 22d401a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/app/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
cert-manager.io/cluster-issuer: letsencrypt
spec:
rules:
- host: gamarcha.com
- host: gmarcha.com
http:
paths:
- path: /
Expand All @@ -18,6 +18,6 @@ spec:
port:
name: http
tls:
- secretName: gamarcha.com-tls
- secretName: gmarcha.com-tls
hosts:
- gamarcha.com
- gmarcha.com

0 comments on commit 22d401a

Please sign in to comment.