openbao-helm/test/acceptance/server-test/telemetry.yaml

32 lines
644 B
YAML
Raw Permalink Normal View History

2023-02-13 16:48:20 +00:00
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
server:
standalone:
config: |
ui = true
listener "tcp" {
tls_disable = 1
address = "[::]:8200"
cluster_address = "[::]:8201"
# Enable unauthenticated metrics access (necessary for Prometheus Operator)
telemetry {
unauthenticated_metrics_access = "true"
}
}
storage "file" {
path = "/openbao/data"
}
telemetry {
prometheus_retention_time = "30s"
disable_hostname = true
}
serverTelemetry:
serviceMonitor:
enabled: true
interval: 15s