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

argo-rollout의 Servicemonitor 처리 (argo-rollouts chart -> lma-addons) #304

Merged
merged 3 commits into from
Dec 5, 2023
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
5 changes: 4 additions & 1 deletion lma/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ spec:
type: helmrepo
repository: https://harbor.taco-cat.xyz/chartrepo/tks
name: lma-addons
version: 1.8.6
version: 1.8.7
origin: https://openinfradev.github.io/helm-repo
releaseName: addons
targetNamespace: lma
Expand Down Expand Up @@ -799,6 +799,9 @@ spec:
argocd:
enabled: true
interval: TO_BE_FIXED
argoRollout:
enabled: true
interval: TO_BE_FIXED
argowf:
enabled: true
interval: TO_BE_FIXED
Expand Down
1 change: 1 addition & 0 deletions lma/base/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ charts:
serviceMonitor.grafana.interval: $(serviceScrapeInterval)
serviceMonitor.argocd.interval: $(serviceScrapeInterval)
serviceMonitor.argowf.interval: $(serviceScrapeInterval)
serviceMonitor.argoRollout.interval: $(serviceScrapeInterval)
serviceMonitor.processExporter.interval: $(serviceScrapeInterval)
serviceMonitor.ceph.interval: $(serviceScrapeInterval)
serviceMonitor.calico.interval: $(serviceScrapeInterval)
Expand Down
2 changes: 1 addition & 1 deletion tks-cluster/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ spec:
metrics:
enabled: true
serviceMonitor:
enabled: true
enabled: false
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/path: /metrics
Expand Down
Loading