diff --git a/apollo-portal/templates/deployment-portal.yaml b/apollo-portal/templates/deployment-portal.yaml index d57514c..8b18951 100644 --- a/apollo-portal/templates/deployment-portal.yaml +++ b/apollo-portal/templates/deployment-portal.yaml @@ -124,6 +124,8 @@ spec: periodSeconds: {{ .Values.readiness.periodSeconds }} resources: {{- toYaml .Values.resources | nindent 12 }} + lifecycle: + {{- toYaml .Values.lifecycle | nindent 12 }} {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}