Skip to content

Commit

Permalink
Adding ingress class to ingress resource
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocsgomes committed Jun 23, 2024
1 parent 4f4664f commit 8b63f0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dns-bootstrap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## TODO: Add logic to get load balancers by the tags using the AWS SDK and add the route to it, the logic just need to add one load balancer as we are using ingress to add the rules to only one load balancer
## TODO: The workflow needs to be triggered after argocd bootstrap finishes
1 change: 1 addition & 0 deletions kubernetes/argocd/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ metadata:
alb.ingress.kubernetes.io/conditions.argogrpc: |
[{"field":"http-header","httpHeaderConfig":{"httpHeaderName": "Content-Type", "values":["application/grpc"]}}]
spec:
ingressClassName: alb
rules:
- host: argocd.argoproj.io
http:
Expand Down

0 comments on commit 8b63f0c

Please sign in to comment.