fix(config): update configMap mountPath for consistency across environments

This commit is contained in:
Lorenz Hilpert
2025-05-13 18:51:31 +02:00
parent efd28bcc06
commit efdfa126e7
3 changed files with 4 additions and 4 deletions

View File

@@ -20,4 +20,4 @@ resources:
aspnet_environment: %ENVIRONMENT% aspnet_environment: %ENVIRONMENT%
configMap: configMap:
mountPath: /usr/share/nginx/html/config mountPath: /usr/share/nginx/html/browser/config

View File

@@ -14,7 +14,7 @@ ingress:
resources: resources:
limits: limits:
cpu: '1' cpu: "1"
memory: 500Mi memory: 500Mi
requests: requests:
cpu: 100m cpu: 100m
@@ -28,4 +28,4 @@ deployment_annotations:
aspnet_environment: %ENVIRONMENT% aspnet_environment: %ENVIRONMENT%
configMap: configMap:
mountPath: /usr/share/nginx/html/config mountPath: /usr/share/nginx/html/browser/config

View File

@@ -27,4 +27,4 @@ deployment_annotations:
aspnet_environment: %ENVIRONMENT% aspnet_environment: %ENVIRONMENT%
configMap: configMap:
mountPath: /usr/share/nginx/html/config mountPath: /usr/share/nginx/html/browser/config