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 jaeger image and istio-ingress-gateway image url #105

Merged
merged 1 commit into from
Dec 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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