X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2F3rdparty%2Finfluxdb%2Ftemplates%2Fconfigmap.yaml;h=c8e289afa8e3a393fcb57a1761003c1a4eb65a1d;hb=0ce57200fddb0fb037d1d351df5927e455be3bc7;hp=ec7677b22edcfbe3e9573dd3c9844584cd80be7f;hpb=22ebf743884858441150813c18ba0751771e0eed;p=ric-plt%2Fric-dep.git diff --git a/helm/3rdparty/influxdb/templates/configmap.yaml b/helm/3rdparty/influxdb/templates/configmap.yaml index ec7677b..c8e289a 100644 --- a/helm/3rdparty/influxdb/templates/configmap.yaml +++ b/helm/3rdparty/influxdb/templates/configmap.yaml @@ -1,13 +1,13 @@ apiVersion: v1 kind: ConfigMap metadata: - name: {{ include "influxdb.fullname" . }} + name: {{ include "common.fullname.influxdb" . }} labels: - {{- include "influxdb.labels" . | nindent 4 }} + {{- include "common.influxdb.labels" . | nindent 4 }} data: influxdb.conf: |+ reporting-disabled = {{ .Values.config.reporting_disabled | default false }} - bind-address = ":{{ .Values.config.rpc.bind_address | default 8088 }}" + bind-address = ":{{ include "common.serviceport.influxdb.rpc.bind_address" . | default 8088 }}" [meta] dir = "/var/lib/influxdb/meta"