Skip to content
Snippets Groups Projects
Commit 7a8ff592 authored by Igor Zimovets (EPAM)'s avatar Igor Zimovets (EPAM) Committed by Arturo Hernandez [EPAM]
Browse files

MSCOSDU-127 update deployment

parent c701e18c
No related branches found
No related tags found
1 merge request!271MSCOSDU-127 update deployment
......@@ -46,6 +46,10 @@ spec:
- name: {{ .Chart.Name }}
image: {{ .Values.image.repository }}/{{ .Chart.Name }}-{{ .Values.image.branch }}:{{ .Values.image.tag | default .Chart.AppVersion }}
imagePullPolicy: Always
lifecycle:
preStop:
exec:
command: ["sleep","90"]
ports:
- containerPort: 80
resources:
......@@ -141,3 +145,4 @@ spec:
value: "common,application"
- name: azure_activedirectory_AppIdUri
value: "api://$(aad_client_id)"
terminationGracePeriodSeconds: 101
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment