Skip to content

Commit

Permalink
[FIX] initialDelaySeconds indentation #19
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Jul 25, 2024
1 parent bbe8c63 commit e7a8a2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
name: plausible-analytics
description: A Helm Chart for Plausible Analytics - Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
type: application
version: 0.3.0
version: 0.3.1
appVersion: 2.1.1
keywords:
- web analytics
Expand Down
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,13 @@ livenessProbe:
httpGet:
path: /
port: http
initialDelaySeconds: 30
initialDelaySeconds: 30

readinessProbe:
httpGet:
path: /
port: http
initialDelaySeconds: 30
initialDelaySeconds: 30

autoscaling:
enabled: false
Expand Down

0 comments on commit e7a8a2c

Please sign in to comment.