Skip to content
Snippets Groups Projects
Commit 0085a1d2 authored by Arturo Hernandez [EPAM]'s avatar Arturo Hernandez [EPAM]
Browse files

Merge branch 'MSCOSDU-127-update-manifests' into 'master'

MSCOSDU-127: update manifests

See merge request !354
parents 25470d8b 756615fa
Branches
Tags
2 merge requests!378No more retry attempts for schema not found,!354MSCOSDU-127: update manifests
Pipeline #125220 failed
......@@ -43,6 +43,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:
......@@ -120,4 +124,5 @@ spec:
- name: azure_activedirectory_AppIdUri
value: "api://$(aad_client_id)"
- name: SPRING_CONFIG_NAME
value: "common,application"
\ No newline at end of file
value: "common,application"
terminationGracePeriodSeconds: 101
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment