Commit 43d75fb7 authored by Naseem's avatar Naseem Committed by k8s-ci-robot

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

parent cf9fbeed
name: influxdb name: influxdb
version: 0.11.0 version: 0.12.0
appVersion: 1.6 appVersion: 1.6
description: Scalable datastore for metrics, events, and real-time analytics. description: Scalable datastore for metrics, events, and real-time analytics.
keywords: keywords:
......
...@@ -58,5 +58,10 @@ spec: ...@@ -58,5 +58,10 @@ spec:
port: {{ .Values.config.opentsdb.bind_address }} port: {{ .Values.config.opentsdb.bind_address }}
targetPort: {{ .Values.config.opentsdb.bind_address }} targetPort: {{ .Values.config.opentsdb.bind_address }}
{{- end }} {{- end }}
{{- if .Values.exposeRpcService }}
- name: rpc
port: {{ .Values.config.bind_address }}
targetPort: {{ .Values.config.bind_address }}
{{- end }}
selector: selector:
app: {{ template "influxdb.fullname" . }} app: {{ template "influxdb.fullname" . }}
...@@ -231,3 +231,5 @@ config: ...@@ -231,3 +231,5 @@ config:
log_enabled: true log_enabled: true
enabled: true enabled: true
run_interval: 1s run_interval: 1s
exposeRpcService: true
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