Join Slack
Powered by
i have used this value.yaml but not got metrices f...
# support
a
animesh kumar
08/20/2025, 7:53 AM
i have used this value.yaml but not got metrices for crashloopbackoff and imagepullbackoff storageClass: dev-sc clickhouse: installCustomStorageClass: true resources: requests: cpu: 200m memory: 4Gi limits: cpu: 3000m memory: 5Gi zookeeper: resources: requests: memory: "1Gi" cpu: "100m" limits: memory: "2Gi" cpu: "500m" persistence: size: 50Gi signoz: ingress: enabled: true className: nginx annotations:
external-dns.alpha.kubernetes.io/hostname
:
monitoring.dev.com
external-dns.alpha.kubernetes.io/cloudflare-proxied
: "true" hosts: - host:
monitoring.dev.com
# Replace with your domain paths: - path: / pathType: ImplementationSpecific port: 8080 env: signoz_emailing_enabled: true SIGNOZ_EMAILING_SMTP_ADDRESS: #smtp address SIGNOZ_EMAILING_SMTP_FROM:
monitoring@dev.com
SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__FROM:
monitoring@dev.com
SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__SMARTHOST: #smtp address resources: requests: memory: "1Gi" cpu: "300m" limits: memory: "2Gi" cpu: "500m" otelCollector: service: type: LoadBalancer ports: - name: grpc port: 4317 targetPort: 4317 protocol: TCP - name: http port: 4318 targetPort: 4318 protocol: TCP annotations:
external-dns.alpha.kubernetes.io/hostname
:
monitor.dev.com
service.beta.kubernetes.io/aws-load-balancer-type
: "classic"
service.beta.kubernetes.io/aws-load-balancer-backend-protocol
: tcp
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout
: "3600"
service.beta.kubernetes.io/aws-load-balancer-security-groups
: sg-0bf3abf3287a resources: requests: memory: "1Gi" cpu: "300m" limits: memory: "2Gi" cpu: "500m"
Open in Slack
Previous
Next