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

Fix some bugs #62

Merged
merged 3 commits into from
Apr 27, 2021
Merged
Show file tree
Hide file tree
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
7 changes: 4 additions & 3 deletions lma/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ spec:
type: NodePort
ports:
- name: http
nodePort: 30002
nodePort: 30011
targetPort: 9200
port: 9200
nodeSets:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion service-mesh/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down