Compare commits
1 commit
ce94a64f3a
...
df7e9db8a1
Author | SHA1 | Date | |
---|---|---|---|
df7e9db8a1 |
3 changed files with 1 additions and 25 deletions
kubernetes/apps
default/maintainerr/app
observability/victoria-metrics/cluster
|
@ -32,7 +32,7 @@ spec:
|
|||
app:
|
||||
image:
|
||||
repository: ghcr.io/jorenn92/maintainerr
|
||||
tag: 2.3.1@sha256:0f4714a5f7bfdb1d47f52aeb0b8aedc2c89cae639975dd0c54aa65931cf88468
|
||||
tag: 2.3.0@sha256:34b723f5da4f805842cb7c38c33cc6071794465522d84968f2327c68ddd32113
|
||||
env:
|
||||
TZ: America/Chicago
|
||||
resources:
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
# 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,13 +8,6 @@ spec:
|
|||
# Possible units character: h(ours), d(ays), w(eeks), y(ears). Min 24h.
|
||||
retentionPeriod: "6" # months if not specified
|
||||
useStrictSecurity: true
|
||||
serviceSpec:
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
loadBalancerIP: 10.1.1.33
|
||||
ports:
|
||||
- name: http
|
||||
port: 8429
|
||||
extraArgs:
|
||||
dedup.minScrapeInterval: 10s
|
||||
maxLabelsPerTimeseries: "40"
|
||||
|
|
Reference in a new issue