Expose rpc service for remote backups and restores (#8995)

Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
This commit is contained in:
Naseem
2018-11-05 03:13:56 -08:00
committed by k8s-ci-robot
parent 48f00c50f9
commit be25670341
3 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: influxdb
version: 0.11.0
version: 0.12.0
appVersion: 1.6
description: Scalable datastore for metrics, events, and real-time analytics.
keywords:
+5
View File
@@ -58,5 +58,10 @@ spec:
port: {{ .Values.config.opentsdb.bind_address }}
targetPort: {{ .Values.config.opentsdb.bind_address }}
{{- end }}
{{- if .Values.exposeRpcService }}
- name: rpc
port: {{ .Values.config.bind_address }}
targetPort: {{ .Values.config.bind_address }}
{{- end }}
selector:
app: {{ template "influxdb.fullname" . }}
+2
View File
@@ -231,3 +231,5 @@ config:
log_enabled: true
enabled: true
run_interval: 1s
exposeRpcService: true