bumping teslamate image version

adjusting the probe values to not fail so quickly
This commit is contained in:
Jeff Billimek 2020-05-03 21:59:55 -04:00
parent fa65c4a454
commit 79e44a4a4b
2 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "v1.16.0"
appVersion: "v1.19.3"
description: A self-hosted data logger for your Tesla 🚘
name: teslamate
version: 2.0.3
version: 2.0.4
keywords:
- teslamate
- tesla

View File

@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: teslamate/teslamate
tag: 1.16.0
tag: 1.19.3
pullPolicy: IfNotPresent
nameOverride: ""
@ -36,13 +36,13 @@ locale: en
# Probes configuration
probes:
liveness:
failureThreshold: 5
failureThreshold: 15
periodSeconds: 10
readiness:
failureThreshold: 5
failureThreshold: 15
periodSeconds: 10
startup:
initialDelaySeconds: 5
initialDelaySeconds: 15
failureThreshold: 30
periodSeconds: 10