Skip to content

Commit

Permalink
Merge pull request #256 from openinfradev/render_lma
Browse files Browse the repository at this point in the history
servicemesh: flexible namespace for LMA
  • Loading branch information
intelliguy authored Nov 18, 2024
2 parents 8cd3981 + 76f1c86 commit e4dd570
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion aws-msa-reference/lma/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ charts:
prometheusRules.istio.aggregation.enabled: false
prometheusRules.istio.optimization.enabled: false
grafanaDatasource.prometheus.url: $(grafanaDatasourceMetric)
# grafanaDatasource.prometheus.url: "thanos-query.lma:9090"
grafanaDatasource.loki.url: $(lokiHost):$(lokiPort)

- name: prometheus-adapter
Expand Down
5 changes: 3 additions & 2 deletions aws-msa-reference/service-mesh/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ global:
keycloakIssuerUri: https://keycloak.com/auth/realms/oraganization
keycloakClientPrefix: client-prefix
gatekeeperSecret: gatekeeper-secret
lmaNameSpace: taco-system

charts:
- name: cert-manager
Expand Down Expand Up @@ -252,14 +253,14 @@ charts:
auth.openid.disable_rbac: true
externalServices.istio.configMapName: istio
externalServices.istio.istioIdentityDomain: svc.$(clusterName)
externalServices.prometheus.url: http://lma-prometheus.lma.svc:9090
externalServices.prometheus.url: http://lma-prometheus.$(lmaNameSpace).svc:9090
externalServices.tracing.inClusterUrl: http://jaeger-operator-jaeger-query.tks-msa:16686
externalServices.tracing.url: https://jaeger-v2.taco-cat.xyz
externalServices.tracing.useGrpc: false
externalServices.grafana.auth.type: basic
externalServices.grafana.auth.username: admin
externalServices.grafana.auth.password: password
externalServices.grafana.inClusterUrl: http://grafana.lma.svc:80
externalServices.grafana.inClusterUrl: http://grafana.$(lmaNameSpace).svc:80
externalServices.grafana.url: https://grafana-v2.taco-cat.xyz
server.webRoot: /

Expand Down
1 change: 0 additions & 1 deletion aws-reference/lma/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ charts:
prometheusRules.istio.aggregation.enabled: false
prometheusRules.istio.optimization.enabled: false
grafanaDatasource.prometheus.url: $(grafanaDatasourceMetric)
# grafanaDatasource.prometheus.url: "thanos-query.lma:9090"
grafanaDatasource.loki.url: $(lokiHost):$(lokiPort)

- name: prometheus-adapter
Expand Down
1 change: 0 additions & 1 deletion byoh-reference/lma/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ charts:
prometheusRules.istio.aggregation.enabled: false
prometheusRules.istio.optimization.enabled: false
grafanaDatasource.prometheus.url: $(grafanaDatasourceMetric)
# grafanaDatasource.prometheus.url: "thanos-query.lma:9090"
grafanaDatasource.loki.url: $(lokiHost):$(lokiPort)

- name: prometheus-adapter
Expand Down
5 changes: 3 additions & 2 deletions byoh-reference/service-mesh/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ global:
keycloakIssuerUri: https://keycloak.com/auth/realms/oraganization
keycloakClientPrefix: client-prefix
gatekeeperSecret: gatekeeper-secret
lmaNameSpace: taco-system

charts:
- name: cert-manager
Expand Down Expand Up @@ -269,14 +270,14 @@ charts:
auth.openid.disable_rbac: true
externalServices.istio.configMapName: istio
externalServices.istio.istioIdentityDomain: svc.$(clusterName)
externalServices.prometheus.url: http://lma-prometheus.lma.svc:9090
externalServices.prometheus.url: http://lma-prometheus.$(lmaNameSpace).svc:9090
externalServices.tracing.inClusterUrl: http://jaeger-operator-jaeger-query.tks-msa:16686
externalServices.tracing.url: https://jaeger-v2.taco-cat.xyz
externalServices.tracing.useGrpc: false
externalServices.grafana.auth.type: basic
externalServices.grafana.auth.username: admin
externalServices.grafana.auth.password: password
externalServices.grafana.inClusterUrl: http://grafana.lma.svc:80
externalServices.grafana.inClusterUrl: http://grafana.$(lmaNameSpace).svc:80
externalServices.grafana.url: https://grafana-v2.taco-cat.xyz
server.webRoot: /

Expand Down
5 changes: 3 additions & 2 deletions eks-msa-reference/service-mesh/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ global:
keycloakIssuerUri: https://keycloak.com/auth/realms/oraganization
keycloakClientPrefix: client-prefix
gatekeeperSecret: gatekeeper-secret
lmaNameSpace: taco-system

charts:
- name: cert-manager
Expand Down Expand Up @@ -252,14 +253,14 @@ charts:
auth.openid.disable_rbac: true
externalServices.istio.configMapName: istio
externalServices.istio.istioIdentityDomain: svc.$(clusterName)
externalServices.prometheus.url: http://lma-prometheus.lma.svc:9090
externalServices.prometheus.url: http://lma-prometheus.$(lmaNameSpace).svc:9090
externalServices.tracing.inClusterUrl: http://jaeger-operator-jaeger-query.tks-msa:16686
externalServices.tracing.url: https://jaeger-v2.taco-cat.xyz
externalServices.tracing.useGrpc: false
externalServices.grafana.auth.type: basic
externalServices.grafana.auth.username: admin
externalServices.grafana.auth.password: password
externalServices.grafana.inClusterUrl: http://grafana.lma.svc:80
externalServices.grafana.inClusterUrl: http://grafana.$(lmaNameSpace).svc:80
externalServices.grafana.url: https://grafana-v2.taco-cat.xyz
server.webRoot: /

Expand Down
1 change: 0 additions & 1 deletion eks-reference/lma/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ charts:
prometheusRules.istio.aggregation.enabled: false
prometheusRules.istio.optimization.enabled: false
grafanaDatasource.prometheus.url: $(grafanaDatasourceMetric)
# grafanaDatasource.prometheus.url: "thanos-query.lma:9090"
grafanaDatasource.loki.url: $(lokiHost):$(lokiPort)

- name: prometheus-adapter
Expand Down

0 comments on commit e4dd570

Please sign in to comment.