Skip to content

Commit

Permalink
Fixing host rule in k8s ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocsgomes committed Jun 23, 2024
1 parent ee8cb64 commit fe432cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/argocd/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ metadata:
spec:
ingressClassName: alb
rules:
- host: eks.caiocsgomes.me
- host: eks.caiogomes.me
http:
paths:
- path: /
Expand All @@ -57,4 +57,4 @@ spec:
pathType: Exact
tls:
- hosts:
- eks.caiocsgomes.me
- eks.caiogomes.me

0 comments on commit fe432cc

Please sign in to comment.