Add proper port to values.yaml
Change-Id: I01b7c3d9121161393e7fdf3f404c946253009858
This commit is contained in:
parent
10e4dc57b4
commit
8cdcecb794
@ -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"
|
||||
DOCKER_INFLUXDB_INIT_ADMIN_TOKEN: "my-super-secret-auth-token"
|
||||
|
Loading…
Reference in New Issue
Block a user