Skip to content

Commit 9728ae5

Browse files
authored
Merge pull request #5 from fujexo/bug_livenessprobe
fix indentation of livenessprobe
2 parents fc8c160 + 83b5b48 commit 9728ae5

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

charts/codimd/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kubeVersion: ">=1.14.0-0"
1818

1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
21-
version: 0.1.9
21+
version: 0.1.10
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application.

charts/codimd/templates/deployment.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -163,16 +163,16 @@ spec:
163163
successThreshold: 3
164164
timeoutSeconds: 2
165165
periodSeconds: 5
166-
livenessProbe:
167-
failureThreshold: 3
168-
httpGet:
169-
path: /status
170-
port: 3000
171-
scheme: HTTP
172-
initialDelaySeconds: 3
173-
periodSeconds: 5
174-
successThreshold: 1
175-
timeoutSeconds: 2
166+
livenessProbe:
167+
failureThreshold: 3
168+
httpGet:
169+
path: /status
170+
port: 3000
171+
scheme: HTTP
172+
initialDelaySeconds: 3
173+
periodSeconds: 5
174+
successThreshold: 1
175+
timeoutSeconds: 2
176176
restartPolicy: Always
177177
{{ if .Values.codimd.imageStorePersistentVolume.enabled }}
178178
volumes:

0 commit comments

Comments
 (0)