Slackbot
08/29/2023, 12:26 PMSrikanth Chekuri
08/30/2023, 12:15 PMPrashant Shahi
09/04/2023, 3:27 PMhelm install signoz-apm signoz/signoz -n platform --set global.storageClass="premium-rwo" --set global.cloud="gcp" --set frontend.service.type="LoadBalancer" --set clickhouse.persistence.size="120Gi" --set otelCollector.service.type="LoadBalancer" --set clickhouse.installCustomStorageClass="true" --set global.imageRegistry="<http://ourregistry.example.com|ourregistry.example.com>" --set-json frontend.service.annotations='{"<http://networking.gke.io/load-balancer-type|networking.gke.io/load-balancer-type>": "Internal","<http://networking.gke.io/internal-load-balancer-allow-global-access|networking.gke.io/internal-load-balancer-allow-global-access>": "true"}' --set-json otelCollector.service.annotations='{"<http://networking.gke.io/load-balancer-type|networking.gke.io/load-balancer-type>": "Internal","<http://networking.gke.io/internal-load-balancer-allow-global-access|networking.gke.io/internal-load-balancer-allow-global-access>": "true"}'
Prashant Shahi
09/04/2023, 3:27 PMoverride-values.yaml
for better maintainability.
global:
storageClass: "premium-rwo"
cloud: "gcp"
imageRegistry: "<http://ourregistry.example.com|ourregistry.example.com>"
frontend:
service:
type: "LoadBalancer"
annotations:
<http://networking.gke.io/load-balancer-type|networking.gke.io/load-balancer-type>: "Internal"
<http://networking.gke.io/internal-load-balancer-allow-global-access|networking.gke.io/internal-load-balancer-allow-global-access>: "true"
otelCollector:
service:
type: "LoadBalancer"
annotations:
<http://networking.gke.io/load-balancer-type|networking.gke.io/load-balancer-type>: "Internal"
<http://networking.gke.io/internal-load-balancer-allow-global-access|networking.gke.io/internal-load-balancer-allow-global-access>: "true"
clickhouse:
persistence:
size: "120Gi"
installCustomStorageClass: true
Paulo Henrique de Morais Santiago
09/04/2023, 6:20 PMhelm upgrade signoz-apm signoz/signoz -n platform --set global.storageClass="premium-rwo" \
--set global.cloud="gcp" \
--set frontend.service.type="LoadBalancer" \
--set clickhouse.persistence.size="120Gi" \
--set otelCollector.service.type="LoadBalancer" \
--set clickhouse.installCustomStorageClass="true" \
--set global.imageRegistry="<http://ourregistry.example.com|ourregistry.example.com>" \
--set frontend.service.annotations."networking\.gke\.io/load-balancer-type"="Internal" \
--set-string frontend.service.annotations."networking\.gke\.io/internal-load-balancer-allow-global-access"="true" \
--set otelCollector.service.annotations."networking\.gke\.io/load-balancer-type"="Internal" \
--set-string otelCollector.service.annotations."networking\.gke\.io/internal-load-balancer-allow-global-access"="true"