Update values.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing
2022-08-18 21:49:19 +02:00
committed by GitHub
parent d9f7586693
commit 933a774d06
+2 -1
View File
@@ -39,8 +39,9 @@ configmap:
}
# pass requests for dynamic content to gunicorn
location / {
proxy_set_header Host $host;
proxy_set_header Host $http_host;
proxy_pass http://localhost:8080;
proxy_set_header X-Forwarded-Proto $scheme;
}
}
}