Skip to content

Commit

Permalink
Merge pull request #105 from seungkyua/20221208_ibk
Browse files Browse the repository at this point in the history
add jaeger image and istio-ingress-gateway image url
  • Loading branch information
seungkyua committed Dec 8, 2022
2 parents 1d24048 + 0126034 commit 2cf4394
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions templates/decapod-apps/service-mesh-wf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ spec:
- name: list
value: |
[
{ "app_group": "lma", "path": "eck-operator", "namespace": "elastic-system", "target_cluster": "" }
{ "app_group": "lma", "path": "eck-operator", "namespace": "elastic-system", "target_cluster": "" },
{ "app_group": "lma", "path": "fluent-operator-crds", "namespace": "lma", "target_cluster": "" },
{ "app_group": "lma", "path": "fluent-operator", "namespace": "lma", "target_cluster": "" }
]
- - name: logging-efk
Expand All @@ -58,6 +60,7 @@ spec:
value: |
[
{ "app_group": "lma", "path": "eck-resource", "namespace": "lma", "target_cluster": "" },
{ "app_group": "lma", "path": "fluentbit", "namespace": "lma", "target_cluster": "" },
{ "app_group": "lma", "path": "kubernetes-event-exporter", "namespace": "lma", "target_cluster": "" }
]
Expand Down Expand Up @@ -119,7 +122,8 @@ spec:
- name: list
value: |
[
{ "app_group": "service-mesh", "path": "istio-ingress-gateway", "namespace": "istio-ingress", "target_cluster": "" }
{ "app_group": "service-mesh", "path": "istio-ingress-gateway", "namespace": "istio-ingress", "target_cluster": "" },
{ "app_group": "service-mesh", "path": "istio-egress-gateway", "namespace": "istio-ingress", "target_cluster": "" }
]
dependencies:
- istiod
Expand All @@ -139,20 +143,6 @@ spec:
]
dependencies:
- istiod

- name: copy-eck-secret
template: copy-eck-secret
arguments:
parameters:
- name: secret_name
value: "eck-elasticsearch-es-elastic-user"
- name: source_namespace
value: "lma"
- name: target_namespace
value: "istio-system"
dependencies:
- jaeger-kiali-operator

- name: servicemesh-jaeger-kiali-resource
templateRef:
name: create-application
Expand All @@ -166,8 +156,7 @@ spec:
{ "app_group": "service-mesh", "path": "servicemesh-kiali-resource", "namespace": "istio-system", "target_cluster": "" }
]
dependencies:
- copy-eck-secret

- jaeger-kiali-operator
- name: grafana-prometheus-resource
templateRef:
name: create-application
Expand Down

0 comments on commit 2cf4394

Please sign in to comment.