From: David Garcia Date: Wed, 11 Nov 2020 11:51:38 +0000 (+0100) Subject: Add missing annotation to the nbi charm X-Git-Tag: release-v9.0-start~43 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=64b4b43bffa16736865caea740168b9cf5093245 Add missing annotation to the nbi charm Change-Id: I85aa5d066eb7e18995a22c1cc2e9a5fe6f021dd7 Signed-off-by: David Garcia --- diff --git a/installers/charm/nbi/src/pod_spec.py b/installers/charm/nbi/src/pod_spec.py index 4bbe334e..105e8779 100644 --- a/installers/charm/nbi/src/pod_spec.py +++ b/installers/charm/nbi/src/pod_spec.py @@ -298,7 +298,8 @@ def _make_pod_ingress_resources( annotations = { "nginx.ingress.kubernetes.io/proxy-body-size": "{}".format( max_file_size + "m" if max_file_size > 0 else max_file_size - ) + ), + "nginx.ingress.kubernetes.io/backend-protocol": "HTTPS", } if ingress_whitelist_source_range: