Skip to content

Commit e97e838

Browse files
committed
udpate probes
1 parent 1e49a83 commit e97e838

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

charts/change-propagation/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: change-propagation
33
description: A Helm chart for the Mediawiki service change propagation
44
type: application
5-
version: 0.1.1
5+
version: 0.1.2
66
appVersion: "1.0.0"

charts/change-propagation/templates/deployment.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,12 @@ spec:
3232
resources:
3333
{{- toYaml .Values.resources | nindent 12 }}
3434
readinessProbe:
35-
httpGet:
36-
path: /_info
35+
tcpSocket:
3736
port: {{ .Values.service.port }}
3837
initialDelaySeconds: 15
3938
periodSeconds: 10
4039
livenessProbe:
41-
httpGet:
42-
path: /_info
40+
tcpSocket:
4341
port: {{ .Values.service.port }}
4442
initialDelaySeconds: 30
4543
periodSeconds: 15

0 commit comments

Comments
 (0)