mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
1. influxdb version update to 1.7.6 (#14919)
2. removed default resources and forcing users to add memory and cpu requests and limits 3. bumped chart version Signed-off-by: Deepak Kumar Sood <deepaksood619@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
33d9ea6d63
commit
953ef066c4
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: influxdb
|
||||
version: 1.1.7
|
||||
appVersion: 1.7.3
|
||||
version: 1.1.8
|
||||
appVersion: 1.7.6
|
||||
description: Scalable datastore for metrics, events, and real-time analytics.
|
||||
keywords:
|
||||
- influxdb
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
## ref: https://hub.docker.com/r/library/influxdb/tags/
|
||||
image:
|
||||
repository: "influxdb"
|
||||
tag: "1.7.3-alpine"
|
||||
tag: "1.7.6-alpine"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## Specify a service type
|
||||
@@ -78,13 +78,13 @@ setDefaultUser:
|
||||
|
||||
## Configure resource requests and limits
|
||||
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
|
||||
resources:
|
||||
requests:
|
||||
memory: 256Mi
|
||||
cpu: 0.1
|
||||
limits:
|
||||
memory: 16Gi
|
||||
cpu: 8
|
||||
resources: {}
|
||||
# requests:
|
||||
# memory: 256Mi
|
||||
# cpu: 0.1
|
||||
# limits:
|
||||
# memory: 16Gi
|
||||
# cpu: 8
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user