mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-11 17:31:58 +01:00
69b84c09af
Signed-off-by: magic_rb <magic_rb@redalder.org>
18 lines
660 B
Nix
18 lines
660 B
Nix
{
|
|
apiVersion = "v1";
|
|
data = {
|
|
mesh = "defaultConfig:\n discoveryAddress: istiod-1-20-2.istio-system.svc:15012\n tracing:\n zipkin:\n address: zipkin.istio-system:9411\ndefaultProviders:\n metrics:\n - prometheus\nenablePrometheusMerge: true\nrootNamespace: istio-system\ntrustDomain: cluster.local";
|
|
meshNetworks = "networks: {}";
|
|
};
|
|
kind = "ConfigMap";
|
|
metadata = {
|
|
labels = {
|
|
"install.operator.istio.io/owning-resource" = "unknown";
|
|
"istio.io/rev" = "1-20-2";
|
|
"operator.istio.io/component" = "Pilot";
|
|
release = "istio-istiod";
|
|
};
|
|
name = "istio-1-20-2";
|
|
namespace = "istio-system";
|
|
};
|
|
}
|