diff --git a/lma/base/resources.yaml b/lma/base/resources.yaml index 6639221..f3fedf5 100755 --- a/lma/base/resources.yaml +++ b/lma/base/resources.yaml @@ -479,7 +479,7 @@ spec: type: NodePort ports: - name: http - nodePort: 30002 + nodePort: 30011 targetPort: 9200 port: 9200 nodeSets: @@ -871,7 +871,7 @@ spec: chart: repository: https://openinfradev.github.io/hanu-helm-repo name: lma-addons - version: 1.3.0 + version: 1.4.0 releaseName: addons targetNamespace: lma values: @@ -928,10 +928,11 @@ spec: chart: repository: https://openinfradev.github.io/hanu-helm-repo name: lma-addons - version: 1.3.0 + version: 1.4.0 releaseName: fed-addons targetNamespace: fed values: + createNamespace: true metricbeat: enabled: true elasticsearch: diff --git a/service-mesh/base/resources.yaml b/service-mesh/base/resources.yaml index fca1f7d..95a46c1 100755 --- a/service-mesh/base/resources.yaml +++ b/service-mesh/base/resources.yaml @@ -119,7 +119,7 @@ spec: prometheus: lma auth: strategy: anonymous #openid, token, openshift, header, anonymous - istio_namespace: istio-namespace1 + istio_namespace: istio-system --- apiVersion: helm.fluxcd.io/v1 kind: HelmRelease