Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove unnecessary schema property for service monitor #9

Merged
merged 3 commits into from
Aug 28, 2024
Merged
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
6 changes: 3 additions & 3 deletions resources/configmap.yaml
MoisesGSalas marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ data:
}
]
},
"description": "Basic celery monitoring example",
"description": "Basic celery monitoring.",
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
Expand Down Expand Up @@ -889,7 +889,7 @@ data:
"type": "timeseries"
}
],
"refresh": "5s",
"refresh": "5m",
"schemaVersion": 39,
"tags": [],
"templating": {
Expand Down Expand Up @@ -946,7 +946,7 @@ data:
},
"timepicker": {},
"timezone": "",
"title": "Celery Monitoring Copy",
"title": "Celery Monitoring",
"uid": "edvf7swydsutcc",
"version": 1,
"weekStart": ""
Expand Down
1 change: 0 additions & 1 deletion tutorcelery/patches/k8s-deployments
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ spec:
port: metrics
honorLabels: true
path: /metrics
schema: http
namespaceSelector:
matchNames:
- {{ K8S_NAMESPACE }}
Expand Down
Loading