|
@@ -589,8 +589,11 @@ affinity: {}
|
|
|
## @param nodeSelector Node labels for ClickHouse pods assignment
|
|
|
## ref: https://kubernetes.io/docs/user-guide/node-selection/
|
|
|
##
|
|
|
-nodeSelector: {}
|
|
|
-## @param tolerations Tolerations for ClickHouse pods assignment
|
|
|
+
|
|
|
+nodeSelector:
|
|
|
+ kubernetes.io/hostname: cest-3
|
|
|
+
|
|
|
+#n @param to.io/hostname: cest-3erations Tolerations for ClickHouse pods assignment
|
|
|
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
|
|
|
##
|
|
|
tolerations: []
|
|
@@ -700,6 +703,7 @@ service:
|
|
|
## @param service.type ClickHouse service type
|
|
|
##
|
|
|
type: NodePort
|
|
|
+ # type: ClusterIP
|
|
|
## @param service.ports.http ClickHouse service HTTP port
|
|
|
## @param service.ports.https ClickHouse service HTTPS port
|
|
|
## @param service.ports.tcp ClickHouse service TCP port
|
|
@@ -714,6 +718,7 @@ service:
|
|
|
##
|
|
|
ports:
|
|
|
http: 8123
|
|
|
+ metrics: 8001
|
|
|
## Node ports to expose
|
|
|
## @param service.nodePorts.http Node port for HTTP
|
|
|
## @param service.nodePorts.https Node port for HTTPS
|
|
@@ -730,6 +735,7 @@ service:
|
|
|
##
|
|
|
nodePorts:
|
|
|
http: ""
|
|
|
+ metrics: 30001
|
|
|
## @param service.clusterIP ClickHouse service Cluster IP
|
|
|
## e.g.:
|
|
|
## clusterIP: None
|
|
@@ -1094,7 +1100,7 @@ serviceAccount:
|
|
|
metrics:
|
|
|
## @param metrics.enabled Enable the export of Prometheus metrics
|
|
|
##
|
|
|
- enabled: false
|
|
|
+ enabled: true
|
|
|
## @param metrics.podAnnotations [object] Annotations for metrics scraping
|
|
|
##
|
|
|
podAnnotations:
|