Skip to content

Commit

Permalink
Default redirect on Ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Sep 27, 2023
1 parent 813260a commit 84fb551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion k8s/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ export class MyChart extends PennLabsChart {
}],
ingressProps: {
annotations: {
["ingress.kubernetes.io/protocol"]: "https"
["ingress.kubernetes.io/protocol"]: "https",
["traefik.ingress.kubernetes.io/router.middlewares"]: "default-redict-http@kubernetescrd"
},
},
djangoSettingsModule: 'Platform.settings.production',
Expand Down

0 comments on commit 84fb551

Please sign in to comment.