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

add pilot image url #184

Merged
merged 1 commit into from
Dec 9, 2022
Merged
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
8 changes: 7 additions & 1 deletion service-mesh/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ spec:
targetNamespace: istio-system
values:
pilot:
image: istio/pilot:1.13.1
traceSampling: 1.0
resources:
requests:
Expand All @@ -60,7 +61,6 @@ spec:
nodeSelector:
servicemesh: enabled
revision: ""
revisionTags: []
global:
istioNamespace: istio-system
defaultResources:
Expand Down Expand Up @@ -217,6 +217,9 @@ spec:
releaseName: jaeger-operator
targetNamespace: istio-system
values:
image:
repository: jaegertracing/jaeger-operator
tag: 1.29.1
jaeger:
create: false
namespace: istio-system
Expand Down Expand Up @@ -344,6 +347,7 @@ spec:
image:
repo: quay.io/kiali/kiali-operator
tag: v1.45.1
allowAdHocKialiImage: true
nodeSelector:
servicemesh: enabled
resources:
Expand Down Expand Up @@ -379,6 +383,8 @@ spec:
ingress:
enabled: false
namespace: istio-system
image_name: quay.io/kiali/kiali
image_version: v1.45.1
replicas: 1
resources:
requests:
Expand Down