Skip to content

Commit

Permalink
Merge pull request #129 from openinfradev/remove_taco-watcher
Browse files Browse the repository at this point in the history
remove taco-watcher
  • Loading branch information
Jaesang authored Nov 12, 2021
2 parents a6a8db4 + 513da76 commit c42d8fe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 51 deletions.
36 changes: 0 additions & 36 deletions lma/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -932,42 +932,6 @@ spec:
---
apiVersion: helm.fluxcd.io/v1
kind: HelmRelease
metadata:
labels:
name: taco-watcher
name: taco-watcher
spec:
helmVersion: v3
chart:
type: helmrepo
repository: https://openinfradev.github.io/helm-repo
name: taco-watcher
version: 0.1.0
releaseName: taco-watcher
targetNamespace: lma
values:
config:
grafana:
authkey: admin:password
initDB: true
kibana:
authkey: elastic:tacoword
password: password
username: taco
nodeSelector: {} # TO_BE_FIXED
resources:
storageClassName: TO_BE_FIXED
service:
nodePort: 32000
port: 32000
proxy_from: 32001
proxy_to: 32009
targetPort: 32000
type: NodePort
wait: true
---
apiVersion: helm.fluxcd.io/v1
kind: HelmRelease
metadata:
labels:
name: thanos
Expand Down
6 changes: 0 additions & 6 deletions lma/base/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,6 @@ charts:
metricbeat.prometheus.hosts:
- thanos-query-frontend.lma.svc.$(clusterName):9090

# Configure for the Taco Watcher
tacoWatcher.host: taco-watcher.lma.svc.$(clusterName)
tacoWatcher.joinCluster.body.kibanaUrl: http://eck-kibana-dashboard-kb-http.lma.svc.$(clusterName):5601
tacoWatcher.joinCluster.body.grafanaUrl: http://grafana.lma.svc.$(clusterName)
tacoWatcher.joinCluster.body.k8sUrl: https://kubernetes.default.svc.$(clusterName)

# Initialize the kibana index
kibanaInit.url: http://eck-kibana-dashboard-kb-http.lma.svc.$(clusterName):5601
serviceMonitor.grafana.interval: $(serviceScrapeInterval)
Expand Down
9 changes: 0 additions & 9 deletions lma/image/image-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,13 @@ charts:
kibanaInit.image.tag: v4
metricbeat.image.repository: $(registry)/metricbeat
metricbeat.image.tag: taco-1.0.0
tacoWatcher.joinCluster.image.repository: $(registry)/curl
tacoWatcher.joinCluster.image.tag: latest

- name: fed-addons
override:
kibanaInit.image.repository: $(registry)/kibana-init
kibanaInit.image.tag: v4
metricbeat.image.repository: $(registry)/metricbeat
metricbeat.image.tag: taco-1.0.0
tacoWatcher.joinCluster.image.repository: $(registry)/curl
tacoWatcher.joinCluster.image.tag: latest

- name: fluentbit
override:
Expand Down Expand Up @@ -150,11 +146,6 @@ charts:
image.tag: 0.1.0
image.PullPolicy: IfNotPresent

- name: taco-watcher
override:
image.repository: sktdev/taco-watcher
image.tag: latest

- name: thanos
override:
image.registry: $(registry)
Expand Down

0 comments on commit c42d8fe

Please sign in to comment.