[bitnami/influxdb] Increase default values for timeoutSeconds/periodSeconds on probes

Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
juan131
2019-12-05 15:06:56 +01:00
parent d8c924dc4a
commit e5b64dcb8e
3 changed files with 9 additions and 9 deletions

View File

@@ -15,4 +15,4 @@ maintainers:
name: influxdb
sources:
- https://github.com/bitnami/bitnami-docker-influxdb
version: 0.2.4
version: 0.2.5

View File

@@ -194,15 +194,15 @@ influxdb:
livenessProbe:
enabled: true
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 15
periodSeconds: 45
timeoutSeconds: 30
successThreshold: 1
failureThreshold: 6
readinessProbe:
enabled: true
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 15
periodSeconds: 45
timeoutSeconds: 30
successThreshold: 1
failureThreshold: 6

View File

@@ -194,15 +194,15 @@ influxdb:
livenessProbe:
enabled: true
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 15
periodSeconds: 45
timeoutSeconds: 30
successThreshold: 1
failureThreshold: 6
readinessProbe:
enabled: true
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 15
periodSeconds: 45
timeoutSeconds: 30
successThreshold: 1
failureThreshold: 6