Skip to content

Commit

Permalink
fix: exhort reencrypt route
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Lilleengen committed Sep 22, 2023
1 parent 68d3555 commit 2e7e449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/k8s/chart/templates/exhort/api/050-Route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ metadata:
spec:
host: "exhort.{{ .Values.domain }}"
tls:
termination: edge
termination: reencrypt
insecureEdgeTerminationPolicy: Redirect
port:
targetPort: 8080
targetPort: endpoint
to:
kind: Service
name: exhort-api
Expand Down

0 comments on commit 2e7e449

Please sign in to comment.