Проект разделен на два репозитория

This commit is contained in:
mi
2026-08-14 15:42:45 +03:00
parent e06a77ee1d
commit bbef7a30c9
521 changed files with 2597 additions and 2302 deletions
+20
View File
@@ -0,0 +1,20 @@
apiVersion: v1alpha1
kind: Installation
metadata:
name: signoz
spec:
deployment:
flavor: compose
mode: docker
patches:
- target: deployment/compose.yaml
operations:
- op: replace
path: /services/ingester/ports
value:
- "192.168.0.5:4317:4317"
- "192.168.0.5:4318:4318"
- op: replace
path: /services/signoz-signoz-0/ports
value:
- "127.0.0.1:8080:8080"