diff --git a/.github/helm/affine/charts/doc/templates/deployment.yaml b/.github/helm/affine/charts/doc/templates/deployment.yaml index 246b1a55cd..0665932791 100644 --- a/.github/helm/affine/charts/doc/templates/deployment.yaml +++ b/.github/helm/affine/charts/doc/templates/deployment.yaml @@ -95,11 +95,13 @@ spec: path: /info port: http initialDelaySeconds: {{ .Values.probe.initialDelaySeconds }} + timeoutSeconds: {{ .Values.probe.timeoutSeconds }} readinessProbe: httpGet: path: /info port: http initialDelaySeconds: {{ .Values.probe.initialDelaySeconds }} + timeoutSeconds: {{ .Values.probe.timeoutSeconds }} resources: {{- toYaml .Values.resources | nindent 12 }} {{- with .Values.nodeSelector }} diff --git a/.github/helm/affine/charts/doc/values.yaml b/.github/helm/affine/charts/doc/values.yaml index 1220255c3b..264f51ae4d 100644 --- a/.github/helm/affine/charts/doc/values.yaml +++ b/.github/helm/affine/charts/doc/values.yaml @@ -36,6 +36,7 @@ resources: probe: initialDelaySeconds: 20 + timeoutSeconds: 5 nodeSelector: {} tolerations: []