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"