Skip to content

Commit

Permalink
istio: enable istio-injection for database, grafana, auth, mq
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <batazor@evrone.com>
  • Loading branch information
batazor committed Apr 13, 2023
1 parent 9d2c512 commit 2263a6d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ops/argocd/infrastructure/auth/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ spec:
prune: true
selfHeal: false
allowEmpty: true
managedNamespaceMetadata:
labels:
istio-injection: enabled
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
Expand Down
3 changes: 3 additions & 0 deletions ops/argocd/infrastructure/elasticsearch/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ spec:
prune: true
allowEmpty: true
selfHeal: false
managedNamespaceMetadata:
labels:
istio-injection: enabled
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
Expand Down
3 changes: 3 additions & 0 deletions ops/argocd/infrastructure/postgresql/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ spec:
prune: true
allowEmpty: true
selfHeal: false
managedNamespaceMetadata:
labels:
istio-injection: enabled
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
Expand Down
3 changes: 3 additions & 0 deletions ops/argocd/infrastructure/rabbitmq/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ spec:
prune: true
allowEmpty: true
selfHeal: false
managedNamespaceMetadata:
labels:
istio-injection: enabled
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
Expand Down
3 changes: 3 additions & 0 deletions ops/argocd/observability/grafana/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ spec:
prune: true
allowEmpty: true
selfHeal: false
managedNamespaceMetadata:
labels:
istio-injection: enabled
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
Expand Down
3 changes: 3 additions & 0 deletions ops/argocd/observability/pyroscope/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ spec:
prune: true
selfHeal: false
allowEmpty: true
managedNamespaceMetadata:
labels:
istio-injection: enabled
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
Expand Down

0 comments on commit 2263a6d

Please sign in to comment.