lgtm
This commit is contained in:
parent
eb67b15716
commit
514948f3e8
12
monitor/kube-prometheus.yaml
Normal file
12
monitor/kube-prometheus.yaml
Normal 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: |-
|
||||||
@ -3,4 +3,4 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
name: monitoring
|
name: monitor
|
||||||
@ -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
|
|
||||||
@ -11,20 +11,9 @@ spec:
|
|||||||
ingressClassName: haproxy
|
ingressClassName: haproxy
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- monitor.strix.systems
|
|
||||||
- monitor.ntwl.xyz
|
- monitor.ntwl.xyz
|
||||||
secretName: monitor-strix-systems-tls
|
secretName: monitor-strix-systems-tls
|
||||||
rules:
|
rules:
|
||||||
- host: monitor.strix.systems
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
backend:
|
|
||||||
service:
|
|
||||||
name: kube-prometheus-stack-grafana
|
|
||||||
port:
|
|
||||||
number: 80
|
|
||||||
- host: monitor.ntwl.xyz
|
- host: monitor.ntwl.xyz
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user