Skip to content

Commit

Permalink
fix liveness probe values
Browse files Browse the repository at this point in the history
  • Loading branch information
naborisk committed Sep 17, 2023
1 parent e1e88cf commit 0e3c197
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/shell-bot-concurrent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: shell-bot-concurrent
description: A WIP bot for concurrent social networking platform
type: application
version: 0.0.8
version: 0.0.9
appVersion: "0.0.1"
4 changes: 2 additions & 2 deletions charts/shell-bot-concurrent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ spec:
command:
- rm
- /tmp/pong
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }}
periodSeconds: {{ .Values.livenessProbe.periodSeconds }}
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }}
periodSeconds: {{ .Values.livenessProbe.periodSeconds }}

0 comments on commit 0e3c197

Please sign in to comment.