Skip to content

Commit

Permalink
More lenient probes.
Browse files Browse the repository at this point in the history
  • Loading branch information
stooit committed Oct 19, 2023
1 parent e35874e commit 9de8f46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/drupal-nextjs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.29
version: 0.1.30
8 changes: 4 additions & 4 deletions charts/drupal-nextjs/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,20 @@ spec:
protocol: TCP
readinessProbe:
failureThreshold: 30
initialDelaySeconds: 2
initialDelaySeconds: 10
periodSeconds: 10
successThreshold: 1
tcpSocket:
port: {{ .Values.images.drupal.port }}
timeoutSeconds: 1
timeoutSeconds: 5
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 2
initialDelaySeconds: 10
periodSeconds: 10
successThreshold: 1
tcpSocket:
port: {{ .Values.images.drupal.port }}
timeoutSeconds: 1
timeoutSeconds: 5
envFrom:
- configMapRef:
name: "{{ .Values.images.drupal.name }}-config-{{ .Values.appEnvironment }}"
Expand Down

0 comments on commit 9de8f46

Please sign in to comment.