diff --git a/helmvalues/client.Integration.yaml b/helmvalues/client.Integration.yaml index e4ceb9e63..89dd3f50f 100644 --- a/helmvalues/client.Integration.yaml +++ b/helmvalues/client.Integration.yaml @@ -20,4 +20,4 @@ resources: aspnet_environment: %ENVIRONMENT% configMap: - mountPath: /usr/share/nginx/html/config + mountPath: /usr/share/nginx/html/browser/config diff --git a/helmvalues/client.Production.yaml b/helmvalues/client.Production.yaml index 3cfa619f8..e0f154acc 100644 --- a/helmvalues/client.Production.yaml +++ b/helmvalues/client.Production.yaml @@ -14,7 +14,7 @@ ingress: resources: limits: - cpu: '1' + cpu: "1" memory: 500Mi requests: cpu: 100m @@ -28,4 +28,4 @@ deployment_annotations: aspnet_environment: %ENVIRONMENT% configMap: - mountPath: /usr/share/nginx/html/config + mountPath: /usr/share/nginx/html/browser/config diff --git a/helmvalues/client.Staging.yaml b/helmvalues/client.Staging.yaml index 5fbcbbf7a..10ff1c6c7 100644 --- a/helmvalues/client.Staging.yaml +++ b/helmvalues/client.Staging.yaml @@ -27,4 +27,4 @@ deployment_annotations: aspnet_environment: %ENVIRONMENT% configMap: - mountPath: /usr/share/nginx/html/config + mountPath: /usr/share/nginx/html/browser/config