mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
bumping teslamate image version
adjusting the probe values to not fail so quickly
This commit is contained in:
parent
fa65c4a454
commit
79e44a4a4b
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user