From 8cdcecb79444753821b4e3a438a3ad99f8ac8429 Mon Sep 17 00:00:00 2001 From: jmarchel Date: Wed, 24 Jan 2024 16:03:56 +0100 Subject: [PATCH] Add proper port to values.yaml Change-Id: I01b7c3d9121161393e7fdf3f404c946253009858 --- charts/nebulous-influxdb/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/nebulous-influxdb/values.yaml b/charts/nebulous-influxdb/values.yaml index f1093d6..355bce4 100644 --- a/charts/nebulous-influxdb/values.yaml +++ b/charts/nebulous-influxdb/values.yaml @@ -46,7 +46,7 @@ securityContext: {} # Service settings service: type: ClusterIP - port: 80 + port: 8086 # Ingress configurations ingress: @@ -98,4 +98,4 @@ influxdbSetup: secrets: DOCKER_INFLUXDB_INIT_PASSWORD: "my-password" - DOCKER_INFLUXDB_INIT_ADMIN_TOKEN: "my-super-secret-auth-token" \ No newline at end of file + DOCKER_INFLUXDB_INIT_ADMIN_TOKEN: "my-super-secret-auth-token"