Skip to content

Commit

Permalink
temporarily disable kiali stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
metacoma committed May 27, 2024
1 parent 9c9f02d commit 85786f8
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions main.k
Original file line number Diff line number Diff line change
Expand Up @@ -120,22 +120,22 @@ mindwm_app = ArgoCdOrder.make({
"CreateNamespace=true"
"ServerSideApply=true"
]
}
}
}

argocdSchema.argoHelmRelease({
namespace = config.kiali_operator.namespace
name = config.kiali_operator.release_name
chart = charts.kiali_operator
version = "v1.84.0"
values = {
cr = {
create = True
namespace = config.istio.system.namespace
spec.auth.strategy = "anonymous"
}
}
})
# argocdSchema.argoHelmRelease({
# namespace = config.kiali_operator.namespace
# name = config.kiali_operator.release_name
# chart = charts.kiali_operator
# version = "v1.84.0"
# values = {
# cr = {
# create = True
# namespace = config.istio.system.namespace
# spec.auth.strategy = "anonymous"
# }
# }
# })

argocdSchema.argoHelmRelease({
namespace = config.config.crossplane.namespace
Expand Down Expand Up @@ -227,9 +227,9 @@ mindwm_app = ArgoCdOrder.make({
reconnectWait = 2000
reconnectJitterMilliseconds = 100
reconnectJitterTLSMilliseconds = 1000
}
}
})
}
}

}

Expand All @@ -253,24 +253,24 @@ mindwm_app = ArgoCdOrder.make({

]
[
{
apiVersion = "kiali.io/v1alpha1"
kind = "Kiali"
metadata = {
name = "kiali"
namespace = config.istio.system.namespace
annotations = {
"argocd.argoproj.io/sync-options" = "SkipDryRunOnMissingResource=true"
}
}
spec = {
deployment.service_type = "LoadBalancer"
external_services = {
custom_dashboards.prometheus.url = "http://${charts.kube_prometheus_stack.name}-prometheus.${config.prometheus.namespace}:9090"
prometheus.url = "http://${charts.kube_prometheus_stack.name}-prometheus.${config.prometheus.namespace}:9090"
}
}
}
# {
# apiVersion = "kiali.io/v1alpha1"
# kind = "Kiali"
# metadata = {
# name = "kiali"
# namespace = config.istio.system.namespace
# annotations = {
# "argocd.argoproj.io/sync-options" = "SkipDryRunOnMissingResource=true"
# }
# }
# spec = {
# deployment.service_type = "LoadBalancer"
# external_services = {
# custom_dashboards.prometheus.url = "http://${charts.kube_prometheus_stack.name}-prometheus.${config.prometheus.namespace}:9090"
# prometheus.url = "http://${charts.kube_prometheus_stack.name}-prometheus.${config.prometheus.namespace}:9090"
# }
# }
# }

{
apiVersion = "kubernetes.crossplane.io/v1alpha1"
Expand Down

0 comments on commit 85786f8

Please sign in to comment.