Skip to content

Commit

Permalink
TLS: allow support for different protocols on different hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
lianglli committed Sep 27, 2023
1 parent 319496e commit 4639c5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/ingress/annotations/annotations.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ import (
"k8s.io/ingress-nginx/internal/ingress/annotations/sessionaffinity"
"k8s.io/ingress-nginx/internal/ingress/annotations/snippet"
"k8s.io/ingress-nginx/internal/ingress/annotations/sslpassthrough"
"k8s.io/ingress-nginx/internal/ingress/annotations/sslprotocols"
"k8s.io/ingress-nginx/internal/ingress/annotations/upstreamhashby"
"k8s.io/ingress-nginx/internal/ingress/annotations/upstreamvhost"
"k8s.io/ingress-nginx/internal/ingress/annotations/xforwardedprefix"
Expand Down

0 comments on commit 4639c5b

Please sign in to comment.