Update vars.yaml

This commit is contained in:
Mehdi Osman 2022-01-23 11:56:47 +01:00 committed by GitHub
parent 1b62d4dd74
commit 5e82278b4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;