mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
change nginx default HTTPS protocol from "SSLv2" to "TLSv1.2 TLSv1.3" (#7144)
This commit is contained in:
@@ -99,7 +99,7 @@ ingress_publish_status_address: ""
|
|||||||
# ingress_nginx_secure_port: 443
|
# ingress_nginx_secure_port: 443
|
||||||
# ingress_nginx_configmap:
|
# ingress_nginx_configmap:
|
||||||
# map-hash-bucket-size: "128"
|
# map-hash-bucket-size: "128"
|
||||||
# ssl-protocols: "SSLv2"
|
# ssl-protocols: "TLSv1.2 TLSv1.3"
|
||||||
# ingress_nginx_configmap_tcp_services:
|
# ingress_nginx_configmap_tcp_services:
|
||||||
# 9000: "default/example-go:8080"
|
# 9000: "default/example-go:8080"
|
||||||
# ingress_nginx_configmap_udp_services:
|
# ingress_nginx_configmap_udp_services:
|
||||||
|
|||||||
Reference in New Issue
Block a user