Compare commits
3 commits
df7e9db8a1
...
ce94a64f3a
Author | SHA1 | Date | |
---|---|---|---|
ce94a64f3a | |||
4a2673ae16 | |||
a5390de227 |
3 changed files with 25 additions and 1 deletions
kubernetes/apps
default/maintainerr/app
observability/victoria-metrics/cluster
|
@ -32,7 +32,7 @@ spec:
|
||||||
app:
|
app:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/jorenn92/maintainerr
|
repository: ghcr.io/jorenn92/maintainerr
|
||||||
tag: 2.3.0@sha256:34b723f5da4f805842cb7c38c33cc6071794465522d84968f2327c68ddd32113
|
tag: 2.3.1@sha256:0f4714a5f7bfdb1d47f52aeb0b8aedc2c89cae639975dd0c54aa65931cf88468
|
||||||
env:
|
env:
|
||||||
TZ: America/Chicago
|
TZ: America/Chicago
|
||||||
resources:
|
resources:
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
# yaml-language-server: $schema=https://ks.hsn.dev/operator.victoriametrics.com/vmscrapeconfig_v1beta1.json
|
||||||
|
apiVersion: operator.victoriametrics.com/v1beta1
|
||||||
|
kind: VMScrapeConfig
|
||||||
|
metadata:
|
||||||
|
name: &name shadowfax
|
||||||
|
spec:
|
||||||
|
staticConfigs:
|
||||||
|
- targets: ["10.1.1.61:9100"]
|
||||||
|
path: /metrics
|
||||||
|
relabelConfigs:
|
||||||
|
- action: replace
|
||||||
|
targetLabel: job
|
||||||
|
replacement: node-exporter
|
||||||
|
- action: replace
|
||||||
|
targetLabel: instance
|
||||||
|
replacement: shadowfax
|
||||||
|
scheme: http
|
|
@ -8,6 +8,13 @@ spec:
|
||||||
# Possible units character: h(ours), d(ays), w(eeks), y(ears). Min 24h.
|
# Possible units character: h(ours), d(ays), w(eeks), y(ears). Min 24h.
|
||||||
retentionPeriod: "6" # months if not specified
|
retentionPeriod: "6" # months if not specified
|
||||||
useStrictSecurity: true
|
useStrictSecurity: true
|
||||||
|
serviceSpec:
|
||||||
|
spec:
|
||||||
|
type: LoadBalancer
|
||||||
|
loadBalancerIP: 10.1.1.33
|
||||||
|
ports:
|
||||||
|
- name: http
|
||||||
|
port: 8429
|
||||||
extraArgs:
|
extraArgs:
|
||||||
dedup.minScrapeInterval: 10s
|
dedup.minScrapeInterval: 10s
|
||||||
maxLabelsPerTimeseries: "40"
|
maxLabelsPerTimeseries: "40"
|
||||||
|
|
Reference in a new issue