You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2024. It is now read-only.
| `replicaCount` | Number of pods for the connector | `1` |
51
51
| `connection.user` | Username to connect to TimescaleDB with | `postgres` |
52
52
| `password.secretTemplate` | The template for generating the name of a secret object which will hold the db password | `{{ .Release.Name }}-timescaledb-passwords` |
53
-
| `host.nameTemplate` | The template for generating the hostname of the db | `{{ .Release.Name }}.default.svc.cluster.local` |
53
+
| `host.nameTemplate` | The template for generating the hostname of the db | `{{ .Release.Name }}.{{ .Release.Namespace}}.svc.cluster.local` |
54
54
| `port` | Port the db listens to | `5432` |
55
55
| `service.port` | Port the connector pods will accept connections on | `9201` |
56
56
| `service.loadBalancer.enabled` | If enabled will create an LB for the connector, ClusterIP otherwise | `true` |
0 commit comments