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

API definitions of alarm module #347

Merged
merged 15 commits into from
Apr 29, 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
4 changes: 2 additions & 2 deletions charts/oceanbase-dashboard/templates/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
- name: USER_NAMESPACE
value: {{ .Values.userNamespace | default .Release.Namespace }}
- name: prometheus
image: prom/prometheus
image: prom/prometheus:v2.51.1
resources:
requests:
cpu: 100m
Expand All @@ -54,10 +54,10 @@ spec:
- name: prometheus-storage-volume
mountPath: /prometheus/
volumes:
# volumes for prometheus
- name: prometheus-config-volume
configMap:
defaultMode: 420
name: {{ .Release.Name }}-prometheus-server-conf

- name: prometheus-storage-volume
emptyDir: {}
2 changes: 1 addition & 1 deletion charts/oceanbase-dashboard/templates/prom-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data:
- scheme: http
static_configs:
- targets:
- "alertmanager.monitoring.svc:9093"
- "alertmanager.{{ .Release.Namespace }}.svc:9093"

scrape_configs:
- job_name: 'obagent-monitor-basic'
Expand Down
6 changes: 3 additions & 3 deletions internal/dashboard/generated/bindata/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading