Skip to content

Commit a1fdd84

Browse files
authored
Merge pull request #350 from code0-tech/setup-signoz
Setup signoz
2 parents 5e6e66c + 62a1eef commit a1fdd84

18 files changed

Lines changed: 1321 additions & 2 deletions

File tree

modules/docker/signoz/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# this is a provider managed file with secrets
2+
override.env

modules/docker/signoz/casting.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
apiVersion: v1alpha1
2+
kind: Installation
3+
metadata:
4+
name: signoz
5+
spec:
6+
deployment:
7+
flavor: compose
8+
mode: docker
9+
signoz:
10+
spec:
11+
image: signoz/signoz:v0.131.1
12+
ingester:
13+
spec:
14+
image: signoz/signoz-otel-collector:v0.144.5

0 commit comments

Comments
 (0)