From 5e82278b4d6fd4a68aba88ba16e6cb48510b424e Mon Sep 17 00:00:00 2001 From: Mehdi Osman Date: Sun, 23 Jan 2022 11:56:47 +0100 Subject: [PATCH] Update vars.yaml --- scripts/helmcharts/vars.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/helmcharts/vars.yaml b/scripts/helmcharts/vars.yaml index 9fbd08c98..d6b403408 100644 --- a/scripts/helmcharts/vars.yaml +++ b/scripts/helmcharts/vars.yaml @@ -89,9 +89,8 @@ chalice: # chartname: # filedFrom chart/Values.yaml: # key: value - -# For example: # +# For example (http): # http: # resources: # limits: @@ -104,6 +103,10 @@ chalice: ## Changes to nginx # # nginx-ingress: +# # Key and certificate files must be named site.key and site.crt +# # and copied to ../openreplay/files/ +# sslKey: site.key +# sslCert: site.crt # customServerConfigs: | # # Redirecting http to https # return 301 https://$host$request_uri;