Skip to content

Commit

Permalink
Redirect *all* v1* k8s URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
schmalliso authored May 16, 2024
1 parent 5882ba3 commit 3434435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/ecs-main/buckets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Resources:
HostName: ${self.custom.site.host.${self:provider.stage}}
ReplaceKeyPrefixWith: ${self:custom.site.prefix.${self:provider.stage}}/kubernetes-operator/stable
- RoutingRuleCondition:
KeyPrefixEquals: ${self:custom.site.prefix.${self:provider.stage}}/kubernetes-operator/v1.1
KeyPrefixEquals: ${self:custom.site.prefix.${self:provider.stage}}/kubernetes-operator/v1
RedirectRule:
Protocol: "https"
HostName: ${self.custom.site.host.${self:provider.stage}}
Expand Down

0 comments on commit 3434435

Please sign in to comment.