diff --git a/charts/portainer/Chart.yaml b/charts/portainer/Chart.yaml index aa44678..21bdc2d 100644 --- a/charts/portainer/Chart.yaml +++ b/charts/portainer/Chart.yaml @@ -17,7 +17,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 1.0.49 +version: 1.0.50 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/charts/portainer/templates/deployment.yaml b/charts/portainer/templates/deployment.yaml index 67b59b5..792c694 100644 --- a/charts/portainer/templates/deployment.yaml +++ b/charts/portainer/templates/deployment.yaml @@ -98,6 +98,7 @@ spec: livenessProbe: failureThreshold: 3 initialDelaySeconds: 45 + periodSeconds: 30 httpGet: path: / {{- if .Values.tls.force }} @@ -145,6 +146,7 @@ spec: readinessProbe: failureThreshold: 3 initialDelaySeconds: 45 + periodSeconds: 30 httpGet: path: / {{- if .Values.tls.force }}