Skip to content

Commit

Permalink
Remove rewrite target
Browse files Browse the repository at this point in the history
  • Loading branch information
WeRockStar committed Mar 31, 2024
1 parent c824796 commit 7e13c29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions infra/gitops/prod/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
namespace: group-1-prod
annotations:
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/rewrite-target: /$2
spec:
ingressClassName: nginx
rules:
Expand All @@ -18,4 +17,4 @@ spec:
service:
name: api
port:
number: 80
number: 80

0 comments on commit 7e13c29

Please sign in to comment.