Skip to content

Commit

Permalink
Merge pull request #60 from openinfradev/disable-jaeger-ingress
Browse files Browse the repository at this point in the history
disable jaeger's ingress
  • Loading branch information
seungkyua authored Apr 23, 2021
2 parents d491933 + df08977 commit f232fbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion service-mesh/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
repository: https://openinfradev.github.io/hanu-helm-repo
name: istio-operator
version: 1.7.0
releaseName: istio-system
releaseName: istio-operator
targetNamespace: istio-system
values:
operatorNamespace: istio-system
Expand All @@ -37,6 +37,8 @@ spec:
namespace: lma
spec:
strategy: production # production, allInOne, streaming
ingress:
enabled: false
storage:
type: elasticsearch
esIndexCleaner:
Expand Down

0 comments on commit f232fbc

Please sign in to comment.