monitoring
This commit is contained in:
parent
177a5d1cb2
commit
eb67b15716
@ -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
|
||||
|
||||
6
monitoring/monitoring.yaml
Normal file
6
monitoring/monitoring.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: monitoring
|
||||
39
monitoring/signoz.yaml
Normal file
39
monitoring/signoz.yaml
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user