mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
fix(config): update configMap mountPath for consistency across environments
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user