Skip to content
Snippets Groups Projects
Verified Commit a281bd3b authored by Martin Weise's avatar Martin Weise
Browse files
parent becdfb04
No related branches found
No related tags found
3 merge requests!422Fixed a library issue where the value could not be empty,!421Fixed a library issue where the value could not be empty,!419Fixed a library issue where the value could not be empty
......@@ -18,7 +18,7 @@ server {
server_name _;
location /assets/ {
root /app/assets;
root /app;
expires max;
access_log off;
autoindex on;
......
......@@ -1250,7 +1250,7 @@ gatewayservice:
- name: empty-dir
mountPath: /var/log/nginx
- name: logging-config
mountPath: /app # irrelevant but needed from bitnami chart
mountPath: /tmp
## @param gatewayservice.replicaCount The number of replicas.
replicaCount: 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment