Skip to content

Commit

Permalink
Merge pull request #338 from openinfradev/intelliguy-patch-1
Browse files Browse the repository at this point in the history
Update resources.yaml
  • Loading branch information
intelliguy authored Nov 19, 2024
2 parents 9c434cd + c195046 commit 84440f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lma/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ spec:
conf:
default:
hosts:
- https://eck-elasticsearch-es-http.lma.svc.$(clusterName):9200
- https://eck-elasticsearch-es-http.lma.svc.$(clusterDomain):9200
logFormat: json
logLevel: error
recievers:
Expand Down Expand Up @@ -1012,7 +1012,7 @@ spec:
port: 8080
type: ClusterIP
timeout: 5m
clusterDomain: $(clusterName)
clusterDomain: $(clusterDomain)
compactor:
consistencyDelay: 30m
enabled: true
Expand Down Expand Up @@ -1377,7 +1377,7 @@ spec:
annotations: {} # $(awsNlbAnnotation)
type: ClusterIP
global:
clusterDomain: $(clusterName)
clusterDomain: $(clusterDomain)
# -- configures DNS service name
dnsService: "kube-dns"
indexGateway:
Expand Down

0 comments on commit 84440f7

Please sign in to comment.