diff --git a/charts/polymorphic-app/Chart.yaml b/charts/polymorphic-app/Chart.yaml index 4cacefa..1e2c919 100644 --- a/charts/polymorphic-app/Chart.yaml +++ b/charts/polymorphic-app/Chart.yaml @@ -4,5 +4,5 @@ description: A Helm chart for deploying any custom applications, specifically po maintainers: - name: improwised type: application -version: 1.2.7 +version: 1.2.8 appVersion: 1.0.0 diff --git a/charts/polymorphic-app/templates/service.yaml b/charts/polymorphic-app/templates/service.yaml index efb88f1..8c43680 100644 --- a/charts/polymorphic-app/templates/service.yaml +++ b/charts/polymorphic-app/templates/service.yaml @@ -117,11 +117,6 @@ spec: {{- if $.Values.serviceTemplate.volumeMounts }} {{ toYaml $.Values.serviceTemplate.volumeMounts | indent 10 }} {{- end }} - lifecycle: - preStop: - exec: - command: ["bash","-c","sleep 120"] - {{- if or ($.Values.serviceTemplate.healthcheck.enabled) (.healthcheck.enabled) }} {{- if and (or (eq .healthcheck.type "httpGet") (eq $.Values.serviceTemplate.healthcheck.type "httpGet")) (or .healthcheck.path $.Values.serviceTemplate.healthcheck.path) }} livenessProbe: