Unverified Commit c3cf5dea authored by Serhiy Mytrovtsiy's avatar Serhiy Mytrovtsiy Committed by GitHub

influxdb2: bumped up to 2.0.0-rc (#201)

* - bumped up influxdb version to 2.0.0-rc - update default port (9999 -> 8086) * hotfix: update chart version
parent aeb43e96
apiVersion: v2
appVersion: 2.0.0-beta
appVersion: 2.0.0-rc
name: influxdb2
description: A Helm chart for InfluxDB v2
home: https://www.influxdata.com/products/influxdb-overview/influxdb-2-0/
type: application
version: 1.0.7
version: 1.0.8
maintainers:
- name: rawkode
email: rawkode@influxdata.com
......
......@@ -9,7 +9,7 @@ spec:
type: ClusterIP
ports:
- port: 80
targetPort: 9999
targetPort: 8086
protocol: TCP
name: http
selector:
......
......@@ -34,7 +34,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 9999
containerPort: 8086
protocol: TCP
livenessProbe:
httpGet:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment