This commit is contained in:
Nathan Rashleigh 2025-07-08 22:09:45 +10:00
parent eb67b15716
commit 514948f3e8
4 changed files with 13 additions and 51 deletions

View File

@ -0,0 +1,12 @@
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: lgtm
namespace: monitor
spec:
repo: https://grafana.github.io/helm-charts
chart: lgtm-distributed
targetNamespace: monitor
# valuesContent: |-

View File

@ -3,4 +3,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: monitoring
name: monitor

View File

@ -1,39 +0,0 @@
---
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

View File

@ -11,20 +11,9 @@ spec:
ingressClassName: haproxy
tls:
- hosts:
- monitor.strix.systems
- monitor.ntwl.xyz
secretName: monitor-strix-systems-tls
rules:
- host: monitor.strix.systems
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: kube-prometheus-stack-grafana
port:
number: 80
- host: monitor.ntwl.xyz
http:
paths: