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

primary cluster 체계를 위한 기본값 변경 #122

Merged
merged 1 commit into from
Apr 6, 2023
Merged
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
10 changes: 8 additions & 2 deletions aws-msa-reference/lma/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ global:

lokiHost: loki-loki-distributed-gateway
lokiPort: 80
s3Host: minio.lma.svc
s3Port: 9000

grafanaDatasourceMetric: lma-prometheus.lma:9090

# servicemesh dashboard and grafana
realms: 04a70f29
Expand Down Expand Up @@ -145,7 +149,7 @@ charts:
serviceMonitor.jaeger.enabled: false
prometheusRules.istio.aggregation.enabled: false
prometheusRules.istio.optimization.enabled: false
grafanaDatasource.prometheus.url: "lma-prometheus.lma:9090"
grafanaDatasource.prometheus.url: $(grafanaDatasourceMetric)
# grafanaDatasource.prometheus.url: "thanos-query.lma:9090"
grafanaDatasource.loki.url: $(lokiHost):$(lokiPort)

Expand Down Expand Up @@ -191,6 +195,7 @@ charts:
persistence.storageClass: $(storageClassName)
persistence.size: 20Gi
persistence.accessMode: ReadWriteOnce
service.type: LoadBalancer

- name: thanos
override:
Expand Down Expand Up @@ -220,7 +225,7 @@ charts:
override:
objectStorage:
bucketName: thanos
endpoint: minio.lma.svc.$(clusterName):9000
endpoint: $(s3Host):$(s3Port)
access_key: $(defaultUser)
secret_key: $(defaultPassword)
secretName: $(thanosObjstoreSecret)
Expand All @@ -240,3 +245,4 @@ charts:
- name: loki
override:
global.dnsService: kube-dns
service.type: LoadBalancer