Skip to content
Snippets Groups Projects
Commit 7471aa7b authored by Marc Burnie [AWS]'s avatar Marc Burnie [AWS]
Browse files

resolving merge conflicts

parents daca897a a4da1944
No related branches found
No related tags found
1 merge request!376Adding AWS Helm Charts
......@@ -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
......@@ -12,7 +12,7 @@
<properties>
<start-class>org.opengroup.osdu.schema.provider.ibm.app.SchemaIBMApplication</start-class>
<os-core-lib-ibm.version>0.15.2</os-core-lib-ibm.version>
<os-core-lib-ibm.version>0.16.0-rc1</os-core-lib-ibm.version>
<spring-webmvc.version>5.3.22</spring-webmvc.version>
</properties>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment