Skip to content

Commit

Permalink
fix e2e tests to reencrypt and redirect check
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovae committed Jan 19, 2024
1 parent edd3114 commit 0f33837
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ spec:
port:
targetPort: 8443
tls:
insecureEdgeTerminationPolicy: None
termination: passthrough
insecureEdgeTerminationPolicy: Redirect
termination: reencrypt
to:
kind: Service
name: kam
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ spec:
port:
targetPort: 8443
tls:
insecureEdgeTerminationPolicy: None
termination: passthrough
insecureEdgeTerminationPolicy: Redirect
termination: reencrypt
to:
kind: Service
name: kam
Expand Down

0 comments on commit 0f33837

Please sign in to comment.