We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e49a83 commit e97e838Copy full SHA for e97e838
charts/change-propagation/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: change-propagation
3
description: A Helm chart for the Mediawiki service change propagation
4
type: application
5
-version: 0.1.1
+version: 0.1.2
6
appVersion: "1.0.0"
charts/change-propagation/templates/deployment.yaml
@@ -32,14 +32,12 @@ spec:
32
resources:
33
{{- toYaml .Values.resources | nindent 12 }}
34
readinessProbe:
35
- httpGet:
36
- path: /_info
+ tcpSocket:
37
port: {{ .Values.service.port }}
38
initialDelaySeconds: 15
39
periodSeconds: 10
40
livenessProbe:
41
42
43
44
initialDelaySeconds: 30
45
periodSeconds: 15
0 commit comments