diff --git a/README.md b/README.md index bb8ece4d4b..8500de7746 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ kubectl -n sample-application apply -Rf sample-apps/hotrod/ # Documentation -You can find docs at https://signoz.io/docs. If you need any clarification or find something missing, feel free to raise a github issue with label `documentation` or reach out to us at community slack channel. +You can find docs at https://signoz.io/docs/installation. If you need any clarification or find something missing, feel free to raise a github issue with label `documentation` or reach out to us at community slack channel. # Community Join the [slack community](https://app.slack.com/client/T01HWUTP0LT#/) to know more about distributed tracing, observability or SigNoz and to connect with other users and contributors. diff --git a/deploy/kubernetes/jobs/retention/retention.yaml b/deploy/kubernetes/jobs/retention/retention.yaml index 401ced07aa..d56e894fa3 100644 --- a/deploy/kubernetes/jobs/retention/retention.yaml +++ b/deploy/kubernetes/jobs/retention/retention.yaml @@ -5,7 +5,7 @@ metadata: annotations: "helm.sh/hook": post-install,post-upgrade spec: - # ttlSecondsAfterFinished: 100 + ttlSecondsAfterFinished: 100 template: spec: containers: diff --git a/deploy/kubernetes/jobs/supervisor/supervisor.yaml b/deploy/kubernetes/jobs/supervisor/supervisor.yaml index eb9a1e905f..ee9ebe04cf 100644 --- a/deploy/kubernetes/jobs/supervisor/supervisor.yaml +++ b/deploy/kubernetes/jobs/supervisor/supervisor.yaml @@ -5,7 +5,7 @@ metadata: annotations: "helm.sh/hook": post-install,post-upgrade spec: - # ttlSecondsAfterFinished: 100 + ttlSecondsAfterFinished: 100 template: spec: containers: diff --git a/deploy/kubernetes/platform/values.yaml b/deploy/kubernetes/platform/values.yaml index 01b3110667..9f500349fe 100644 --- a/deploy/kubernetes/platform/values.yaml +++ b/deploy/kubernetes/platform/values.yaml @@ -18,7 +18,7 @@ druid: historical: persistence: - size: "12Gi" + size: "4Gi" zkHosts: "signoz-zookeeper:2181"