catalog/incubator/statping-ng/12.0.3/ix_values.yaml

80 lines
1.9 KiB
YAML

image:
repository: quay.io/statping-ng/statping-ng
tag: v0.90.80@sha256:743bacfb03a6986390abeb404df6cf52769ea8783b0d50a0bfeef8a2ccb4e548
pullPolicy: IfNotPresent
statping:
name: Statping
description: This is a Statping instance deployed as Helm chart
domain: ""
language: ""
admin_user: admin
admin_pass: admin
admin_email: admin@example.com
sample_data: false
allow_reports: false
use_cdn: true
disable_logs: false
disable_colors: false
remove_after: 2160h
cleanup_interval: 1h
env:
DB_PASS:
secretKeyRef:
name: dbcreds
key: postgresql-password
DB_HOST:
secretKeyRef:
name: dbcreds
key: plainhost
envFrom:
- configMapRef:
name: '{{ include "tc.common.names.fullname" . }}-config'
service:
main:
ports:
main:
port: 10099
probes:
liveness:
path: /health
readiness:
path: /health
startup:
path: /health
persistence:
data:
enabled: true
mountPath: "/app"
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: postgres
postgresqlDatabase: postgres
metrics:
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
# @default -- See values.yaml
enabled: true
serviceMonitor:
interval: 1m
scrapeTimeout: 30s
labels: {}
# -- Enable and configure Prometheus Rules for the chart under this key.
# @default -- See values.yaml
prometheusRule:
enabled: false
labels: {}
# -- Configure additionial rules for the chart under this key.
# @default -- See prometheusrules.yaml
rules: []
# - alert: UnifiPollerAbsent
# annotations:
# description: Unifi Poller has disappeared from Prometheus service discovery.
# summary: Unifi Poller is down.
# expr: |
# absent(up{job=~".*unifi-poller.*"} == 1)
# for: 5m
# labels:
# severity: critical
portal:
enabled: true