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 apiVersion: v2
appVersion: 2.0.0-beta appVersion: 2.0.0-rc
name: influxdb2 name: influxdb2
description: A Helm chart for InfluxDB v2 description: A Helm chart for InfluxDB v2
home: https://www.influxdata.com/products/influxdb-overview/influxdb-2-0/ home: https://www.influxdata.com/products/influxdb-overview/influxdb-2-0/
type: application type: application
version: 1.0.7 version: 1.0.8
maintainers: maintainers:
- name: rawkode - name: rawkode
email: rawkode@influxdata.com email: rawkode@influxdata.com
......
...@@ -9,7 +9,7 @@ spec: ...@@ -9,7 +9,7 @@ spec:
type: ClusterIP type: ClusterIP
ports: ports:
- port: 80 - port: 80
targetPort: 9999 targetPort: 8086
protocol: TCP protocol: TCP
name: http name: http
selector: selector:
......
...@@ -34,7 +34,7 @@ spec: ...@@ -34,7 +34,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }} imagePullPolicy: {{ .Values.image.pullPolicy }}
ports: ports:
- name: http - name: http
containerPort: 9999 containerPort: 8086
protocol: TCP protocol: TCP
livenessProbe: livenessProbe:
httpGet: 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