Hassnat
02/03/2023, 5:56 PMsignoz:
global:
clusterName: "my-cluster"
k8s-infra:
presets:
logCollection:
enabled: true
blacklist:
enabled: true
signozLogs: false
namespaces:
- kube-system
- mongodb-cluster
- istio-system
- kube-public
- kube-node-lease
- argocd
- cert-manager
- ingress-nginx
- linkerd
- linkerd-viz
- external-dns
- external-secrets
- platform
clickhouse:
persistence:
enabled: true
size: 30Gi
frontend:
ingress:
enabled: true
className: "nginx"
hosts:
- host: <http://signoz.xyz.com|signoz.xyz.com>
paths:
- path: /
pathType: ImplementationSpecific
port: 3301
tls:
- secretName: int.xyz.com-tls
hosts:
- <http://signoz.xyz.com|signoz.xyz.com>
nginxExtraConfig: |
client_max_body_size 24M;
large_client_header_buffers 8 16k;
alertmanager:
name: "alertmanager"
replicaCount: 1
service:
type: ClusterIP
port: 9093
ingress:
enabled: false
resources:
requests:
cpu: 100m
memory: 100Mi
persistence:
enabled: true
accessModes:
- ReadWriteOnce
size: 1000Mi
and Chart.yaml
apiVersion: v2
appVersion: "1.0"
description: A Helm chart for Signoz
name: signoz
version: 0.0.1
dependencies:
- name: signoz
alias: signoz
version: 0.10.2
repository: <https://charts.signoz.io>
Is there any way to make it work?
Thanks for your help and efforts.
BR,Pranay
02/03/2023, 5:59 PMHassnat
02/03/2023, 6:01 PMPranay
02/03/2023, 6:10 PMlogsCollection:
enabled : false
Does it stop sending logs?
https://signoz.io/docs/userguide/collect_kubernetes_pod_logs/#steps-to-disable-automatic-pod-logs-collectionHassnat
02/03/2023, 7:17 PMPranay
02/04/2023, 4:45 AMPrashant Shahi
02/05/2023, 1:59 PMHassnat
02/05/2023, 5:17 PMapiVersion: <http://argoproj.io/v1alpha1|argoproj.io/v1alpha1>
kind: Application
metadata:
name: signoz
namespace: argocd
finalizers:
- <http://resources-finalizer.argocd.argoproj.io|resources-finalizer.argocd.argoproj.io>
spec:
destination:
namespace: platform
server: <https://kubernetes.default.svc>
project: monitoring
source:
path: kustomizations/cluster-apps/monitoring/signoz/helm
repoURL: <https://gitlab.com/my-user/argocd/app-of-apps.git>
targetRevision: main
helm:
valueFiles:
- values.yaml
syncPolicy:
automated:
prune: true
selfHeal: true
Prashant Shahi
02/07/2023, 6:00 AMHassnat
02/11/2023, 9:00 AM