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

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

MSCOSDU-127 update deployment

See merge request osdu/platform/system/schema-service!345
parents 824fc067 62b60dfb
Branches
Tags
1 merge request!345MSCOSDU-127 update deployment
Pipeline #126624 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
readinessProbe:
......@@ -132,5 +136,6 @@ spec:
{{- end }}
- name: SPRING_CONFIG_NAME
value: "common,application"
terminationGracePeriodSeconds: 101
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment