Skip to content

Commit

Permalink
Merge pull request #62 from openinfradev/fix-nodeport
Browse files Browse the repository at this point in the history
Fix some bugs
  • Loading branch information
Esther Kim authored Apr 27, 2021
2 parents c6ad228 + 2904ec7 commit 68d538f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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

0 comments on commit 68d538f

Please sign in to comment.