Skip to content

Commit

Permalink
lma: change deploy namespace to taco-system
Browse files Browse the repository at this point in the history
  • Loading branch information
sungil committed Nov 13, 2024
1 parent 8e8f9a5 commit aa325cf
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions lma/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
version: 48.3.1
origin: https://prometheus-community.github.io/helm-charts
releaseName: prometheus-operator
targetNamespace: $(lmaNameSpace)
targetNamespace: taco-system
values:
fullnameOverride: prometheus-operator
defaultRules:
Expand Down Expand Up @@ -89,7 +89,7 @@ spec:
version: 48.3.1
origin: https://prometheus-community.github.io/helm-charts
releaseName: prometheus
targetNamespace: $(lmaNameSpace)
targetNamespace: taco-system
values:
defaultRules:
create: false
Expand Down Expand Up @@ -314,7 +314,7 @@ spec:
version: 3.3.4
origin: https://openinfradev.github.io/helm-repo
releaseName: kube-state-metrics
targetNamespace: $(lmaNameSpace)
targetNamespace: taco-system
values:
image:
registry: harbor.taco-cat.xyz
Expand All @@ -337,7 +337,7 @@ spec:
version: 4.13.0
origin: https://prometheus-community.github.io/helm-charts
releaseName: prometheus-node-exporter
targetNamespace: $(lmaNameSpace)
targetNamespace: taco-system
values:
image:
repository: harbor.taco-cat.xyz/tks/node-exporter
Expand Down Expand Up @@ -376,7 +376,7 @@ spec:
version: 2.1.1
origin: https://prometheus-community.github.io/helm-charts
releaseName: prometheus-pushgateway
targetNamespace: $(lmaNameSpace)
targetNamespace: taco-system
values:
image:
repository: harbor.taco-cat.xyz/tks/pushgateway
Expand All @@ -402,7 +402,7 @@ spec:
skipDepUpdate: true
origin: https://openinfradev.github.io/helm-repo
releaseName: prometheus-process-exporter
targetNamespace: $(lmaNameSpace)
targetNamespace: taco-system
values:
images:
tags:
Expand Down Expand Up @@ -452,7 +452,7 @@ spec:
version: 1.1.1
origin: https://openinfradev.github.io/helm-repo
releaseName: eck-resource
targetNamespace: $(lmaNameSpace)
targetNamespace: taco-system
values:
elasticsearch:
image:
Expand Down Expand Up @@ -548,7 +548,7 @@ spec:
version: 6.50.7
origin: https://grafana.github.io/helm-charts
releaseName: grafana
targetNamespace: $(lmaNameSpace)
targetNamespace: taco-system
values:
downloadDashboardsImage:
repository: harbor.taco-cat.xyz/tks/curl
Expand Down Expand Up @@ -606,7 +606,7 @@ spec:
version: 2.7.0
skipDepUpdate: true
releaseName: fluent-operator
targetNamespace: $(lmaNameSpace)
targetNamespace: taco-system
values:
operator:
initcontainer:
Expand Down Expand Up @@ -646,7 +646,7 @@ spec:
skipDepUpdate: true
origin: https://openinfradev.github.io/helm-repo
releaseName: fluentbit
targetNamespace: $(lmaNameSpace)
targetNamespace: taco-system
values:
fullnameOverride: fbcr-taco
image:
Expand Down Expand Up @@ -711,7 +711,7 @@ spec:
version: 1.9.0
origin: https://openinfradev.github.io/helm-repo
releaseName: addons
targetNamespace: $(lmaNameSpace)
targetNamespace: taco-system
values:
grafanaDatasource:
enabled: true
Expand Down Expand Up @@ -801,7 +801,7 @@ spec:
version: 2.5.1
origin: https://prometheus-community.github.io/helm-charts
releaseName: prometheus-adapter
targetNamespace: $(lmaNameSpace)
targetNamespace: taco-system
values:
image:
repository: harbor.taco-cat.xyz/tks/k8s-prometheus-adapter-amd64
Expand Down Expand Up @@ -829,7 +829,7 @@ spec:
version: 2.0.1
origin: https://openinfradev.github.io/helm-repo
releaseName: kubernetes-event-exporter
targetNamespace: $(lmaNameSpace)
targetNamespace: taco-system
values:
image:
exporter:
Expand Down Expand Up @@ -860,7 +860,7 @@ spec:
version: 5.0.4
origin: https://charts.min.io
releaseName: minio
targetNamespace: $(lmaNameSpace)
targetNamespace: taco-system
values:
image:
repository: harbor.taco-cat.xyz/tks/minio
Expand Down Expand Up @@ -898,7 +898,7 @@ spec:
version: 12.3.2-skt
origin: https://openinfradev.github.io/helm-repo
releaseName: thanos
targetNamespace: $(lmaNameSpace)
targetNamespace: taco-system
values:
global:
storageClass: $(storageClassName)
Expand Down Expand Up @@ -1044,7 +1044,7 @@ spec:
version: 0.1.6
origin: https://openinfradev.github.io/helm-repo
releaseName: thanos-config
targetNamespace: $(lmaNameSpace)
targetNamespace: taco-system
values:
objectStorage:
enabled: true
Expand Down Expand Up @@ -1080,7 +1080,7 @@ spec:
version: 0.2.0
origin: https://openinfradev.github.io/helm-repo
releaseName: prepare-etcd-secret
targetNamespace: $(lmaNameSpace)
targetNamespace: taco-system
values:
image:
repository: harbor.taco-cat.xyz/tks/hyperkube
Expand Down Expand Up @@ -1120,7 +1120,7 @@ spec:
version: 0.58.0
origin: https://grafana.github.io/helm-charts
releaseName: loki
targetNamespace: $(lmaNameSpace)
targetNamespace: taco-system
values:
global:
clusterDomain: $(clusterName)
Expand Down Expand Up @@ -1199,7 +1199,7 @@ spec:
version: 0.58.0
origin: https://grafana.github.io/helm-charts
releaseName: loki-user
targetNamespace: $(lmaNameSpace)
targetNamespace: taco-system
values:
global:
clusterDomain: $(clusterName)
Expand Down Expand Up @@ -1300,7 +1300,7 @@ spec:
name: opa-scorecard
version: 0.1.0
releaseName: opa-exporter
targetNamespace: $(lmaNameSpace)
targetNamespace: taco-system
values:
gatekeeper:
namespace: gatekeeper-system
Expand Down

0 comments on commit aa325cf

Please sign in to comment.