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.
| `image` | The image (with tag) to pull | `timescale/promscale` |
118
-
| `imagePullPolicy` | The image pull policy | `IfNotPresent` |
119
-
| `replicaCount` | Number of pods for the connector | `1` |
120
-
| `upgradeStrategy` | Promscale deployment upgrade strategy, By default set to `Recreate` as during Promscale upgrade we expect no Promscale to be connected to TimescaleDB | `Recreate` |
121
-
| `resources` | Requests and limits for each of the pods | `{}` |
122
-
| `nodeSelector` | Node labels to use for scheduling | `{}` |
123
-
| `tolerations` | Tolerations to use for scheduling | `[]` |
124
-
| `affinity` | PodAffinity and PodAntiAffinity settings | `{}` |
| `connection.uri` | DB uri string used for database connection. When not empty it takes priority over other settings in `connection` map. | `""` |
131
-
| `connection.user` | Username to connect to TimescaleDB with | `postgres` |
132
-
| `connection.password` | The DB password for user specified in `connection.user` | `""` |
133
-
| `connection.host` | Hostname of timescaledb instance | `db.timescaledb.svc.cluster.local` |
134
-
| `connection.port` | Port the db listens to | `5432` |
135
-
| `connection.dbName` | Database name in TimescaleDB to connect to | `timescale` |
136
-
| `connection.sslMode` | SSL mode for connection | `require` |
137
-
| `config` | Promscale configuration options. Full list of options is available at [docs/configuration.md](https://github.com/timescale/promscale/blob/master/docs/configuration.md) | `` |
138
-
| `service.type` | Type of Service to be used | `ClusterIP` |
139
-
| `service.annotations` | Annotations to set to the Service | `{}` |
140
-
| `service.prometheus.enabled` | Expose prometheus remote_write port in the Service object to allow sending prometheus data to promscale. | `true` |
141
-
| `service.prometheus.port` | Port the connector Service accepts prometheus remote_write connections on | `9201` |
142
-
| `service.openTelemetry.port` | Port the connector Service will accept otlp connections on | `9202` |
143
-
| `service.openTelemetry.enabled` | Expose OpenTelemetry port in the Service object to allow sending OTel data to promscale. | `true` |
144
-
| `serviceMonitor.enabled` | Enable creation of serviceMonitor object used by prometheus-operator. Setting this to false enables prometheus annotation-based scraping. | `false` |
| `image` | The image (with tag) to pull | `timescale/promscale` |
118
+
| `imagePullPolicy` | The image pull policy | `IfNotPresent` |
119
+
| `replicaCount` | Number of pods for the connector | `1` |
120
+
| `upgradeStrategy` | Promscale deployment upgrade strategy, By default set to `Recreate` as during Promscale upgrade we expect no Promscale to be connected to TimescaleDB | `Recreate` |
121
+
| `resources` | Requests and limits for each of the pods | `{}` |
122
+
| `readinessProbe` | Readiness probe for promscale connector containers | see [values.yaml](./values.yaml) |
123
+
| `nodeSelector` | Node labels to use for scheduling | `{}` |
124
+
| `tolerations` | Tolerations to use for scheduling | `[]` |
125
+
| `affinity` | PodAffinity and PodAntiAffinity settings | `{}` |
| `connection.uri` | DB uri string used for database connection. When not empty it takes priority over other settings in `connection` map. | `""` |
132
+
| `connection.user` | Username to connect to TimescaleDB with | `postgres` |
133
+
| `connection.password` | The DB password for user specified in `connection.user` | `""` |
134
+
| `connection.host` | Hostname of timescaledb instance | `db.timescaledb.svc.cluster.local` |
135
+
| `connection.port` | Port the db listens to | `5432` |
136
+
| `connection.dbName` | Database name in TimescaleDB to connect to | `timescale` |
137
+
| `connection.sslMode` | SSL mode for connection | `require` |
138
+
| `config` | Promscale configuration options. Full list of options is available at [docs/configuration.md](https://github.com/timescale/promscale/blob/master/docs/configuration.md) | `` |
139
+
| `service.type` | Type of Service to be used | `ClusterIP` |
140
+
| `service.annotations` | Annotations to set to the Service | `{}` |
141
+
| `service.prometheus.enabled` | Expose prometheus remote_write port in the Service object to allow sending prometheus data to promscale. | `true` |
142
+
| `service.prometheus.port` | Port the connector Service accepts prometheus remote_write connections on | `9201` |
143
+
| `service.openTelemetry.port` | Port the connector Service will accept otlp connections on | `9202` |
144
+
| `service.openTelemetry.enabled` | Expose OpenTelemetry port in the Service object to allow sending OTel data to promscale. | `true` |
145
+
| `serviceMonitor.enabled` | Enable creation of serviceMonitor object used by prometheus-operator. Setting this to false enables prometheus annotation-based scraping. | `false` |
0 commit comments