Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions components/nautobot/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ kind: Kustomization

resources:
- job-nautobot-post-deploy.yaml
- job-nautobot-constance-config.yaml
# https://rackspace.atlassian.net/browse/PUC-1485
- servicemonitor-celery.yaml
- servicemonitor-default.yaml
- rule-nautobot-absent.yaml

configMapGenerator:
- name: cluster-data
Expand Down
20 changes: 0 additions & 20 deletions components/nautobot/rule-nautobot-absent.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions components/nautobot/servicemonitor-celery.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions components/nautobot/servicemonitor-default.yaml

This file was deleted.

10 changes: 8 additions & 2 deletions components/nautobot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ redis:
ingress:
enabled: false

# disabled in favor of explicit definitions through kustomize
# (nicholas.kuechler) seeing something unexpected:
# https://networktocode.slack.com/archives/C01NWPK6WHL/p1736445485521569
metrics:
enabled: false
enabled: true
prometheusRule:
enabled: true
serviceMonitor:
scrapeProtocols:
- OpenMetricsText1.0.0
Loading