Skip to content

Commit

Permalink
Merge pull request #184 from seungkyua/20221209_ibk
Browse files Browse the repository at this point in the history
add pilot image url
  • Loading branch information
seungkyua authored Dec 9, 2022
2 parents 792b633 + e5070bf commit b983edd
Showing 1 changed file with 7 additions and 1 deletion.
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

0 comments on commit b983edd

Please sign in to comment.