Skip to content

Commit

Permalink
Enable TLS 1.3 in CAPM3
Browse files Browse the repository at this point in the history
Signed-off-by: smoshiur1237 <[email protected]>
  • Loading branch information
smoshiur1237 committed Oct 31, 2024
1 parent a2843ab commit 65fe94a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ spec:
- "--enableBMHNameBasedPreallocation=${ENABLE_BMH_NAME_BASED_PREALLOCATION:=false}"
- "--diagnostics-address=${CAPM3_DIAGNOSTICS_ADDRESS:=:8443}"
- "--insecure-diagnostics=${CAPM3_INSECURE_DIAGNOSTICS:=false}"
- "--tls-min-version=${TLS_MIN_VERSION:=VersionTLS13}"
image: controller:latest
imagePullPolicy: IfNotPresent
name: manager
Expand Down

0 comments on commit 65fe94a

Please sign in to comment.