monitoring

This commit is contained in:
Nathan Rashleigh 2025-06-27 21:23:40 +10:00
parent 177a5d1cb2
commit eb67b15716
3 changed files with 49 additions and 0 deletions

View File

@ -33,6 +33,10 @@ spec:
value: '1000'
- name: UMASK
value: '002'
- name: NVIDIA_VISIBLE_DEVICES
value: all
- name: NVIDIA_DRIVER_CAPABILITIES
value: all
ports:
- containerPort: 8096
protocol: TCP

View File

@ -0,0 +1,6 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: monitoring

39
monitoring/signoz.yaml Normal file
View File

@ -0,0 +1,39 @@
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: signoz
namespace: monitoring
spec:
repo: https://charts.signoz.io
chart: signoz
targetNamespace: monitoring
valuesContent: |-
global:
storageClass: zfs-fast
clickhouse:
installCustomStorageClass: true
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: k8s-infra
namespace: monitoring
spec:
repo: https://charts.signoz.io
chart: k8s-infra
targetNamespace: monitoring
valuesContent: |-
global:
cloud: others
clusterName: ntwl
deploymentEnvironment: production
otelCollectorEndpoint: signoz-otel-collector:4317
otelInsecure: true
presets:
otlpExporter:
enabled: true
loggingExporter:
enabled: false