Skip to content

Commit

Permalink
Merge pull request #5 from fujexo/bug_livenessprobe
Browse files Browse the repository at this point in the history
fix indentation of livenessprobe
  • Loading branch information
a60814billy authored Jan 8, 2021
2 parents fc8c160 + 83b5b48 commit 9728ae5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/codimd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kubeVersion: ">=1.14.0-0"

# 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.
version: 0.1.9
version: 0.1.10

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
20 changes: 10 additions & 10 deletions charts/codimd/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,16 +163,16 @@ spec:
successThreshold: 3
timeoutSeconds: 2
periodSeconds: 5
livenessProbe:
failureThreshold: 3
httpGet:
path: /status
port: 3000
scheme: HTTP
initialDelaySeconds: 3
periodSeconds: 5
successThreshold: 1
timeoutSeconds: 2
livenessProbe:
failureThreshold: 3
httpGet:
path: /status
port: 3000
scheme: HTTP
initialDelaySeconds: 3
periodSeconds: 5
successThreshold: 1
timeoutSeconds: 2
restartPolicy: Always
{{ if .Values.codimd.imageStorePersistentVolume.enabled }}
volumes:
Expand Down

0 comments on commit 9728ae5

Please sign in to comment.