mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 14:32:10 +01:00
fix(config): update configMap mountPath for consistency across environments
This commit is contained in:
@@ -20,4 +20,4 @@ resources:
|
||||
aspnet_environment: %ENVIRONMENT%
|
||||
|
||||
configMap:
|
||||
mountPath: /usr/share/nginx/html/config
|
||||
mountPath: /usr/share/nginx/html/browser/config
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -27,4 +27,4 @@ deployment_annotations:
|
||||
aspnet_environment: %ENVIRONMENT%
|
||||
|
||||
configMap:
|
||||
mountPath: /usr/share/nginx/html/config
|
||||
mountPath: /usr/share/nginx/html/browser/config
|
||||
|
||||
Reference in New Issue
Block a user