Skip to content

Commit

Permalink
feature: adding http to https redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocsgomes committed Aug 4, 2024
1 parent c724407 commit 6a754a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/argocd/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ metadata:
alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:us-east-1:322620855520:certificate/ec9dfe04-5253-4bd6-a594-c88e69053ed2
alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS":443}]'
alb.ingress.kubernetes.io/backend-protocol: HTTPS
alb.ingress.kubernetes.io/ssl-redirect: '443'
alb.ingress.kubernetes.io/conditions.argogrpc: |
[{"field":"http-header","httpHeaderConfig":{"httpHeaderName": "Content-Type", "values":["application/grpc"]}}]
spec:
Expand Down

0 comments on commit 6a754a7

Please sign in to comment.