Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Mar 12, 2024
1 parent 89677c0 commit adc4565
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/zipkin/ci/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,18 @@ repositories:
# service named "prometheus-operated" in our test namespace "ci-monitoring"
releases:
- name: prometheus-stack
namespace: ci-monitoring
namespace: ci-monitoring # arbitrary non-default name
createNamespace: true
chart: prometheus-community/kube-prometheus-stack
values:
- prometheusOperator:
enabled: true
prometheus:
enabled: true
# By default, the service monitor has namespace restrictions and must
# match a label "release: kube-prometheus-stack". Relax for testing.
# See https://prometheus-operator.dev/docs/operator/troubleshooting/#it-is-in-the-configuration-but-not-on-the-service-discovery-page
prometheusSpec:
# Allow any namespace and any values
serviceMonitorNamespaceSelector:
any: true
serviceMonitorSelector:
Expand Down

0 comments on commit adc4565

Please sign in to comment.