Skip to content

Commit

Permalink
Namespace map
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgin314 committed Feb 27, 2025
1 parent 6e460da commit bb46fc1
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion lab/_envcommon/default-versions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ locals {
custom_service_eks_account = "${local.release_version}"
eks_module_version = "20.33.1"
istio_ingress_version = "${local.release_version}"
release_version = "main" # change to main when testing updated modules
release_version = "0.1.1" # "main" # change to main when testing updated modules

#####################
# TF Providers
Expand All @@ -21,9 +21,29 @@ locals {
template_version = "2.2.0"
tf_version = "1.5.5"

#####################
# Namespaces Config
#####################
namespaces = {
cert-manager = "kube-system"
karpenter = "kube-system"
metrics-server = "kube-system"
istio = "istio-system"
kiali = "istio-system"
grafana = local.telemetry_namespace
k8s-dashboard = local.telemetry_namespace
kiali = local.telemetry_namespace
loki = local.telemetry_namespace
otel = local.telemetry_namespace
prometheus = local.telemetry_namespace
tempo = local.telemetry_namespace
}

#####################
# EKS Config
#####################
operator_namespace = "operator"
telemetry_namespace = "telemetry"
# kubectl_image_tag = "1.30.4"

################
Expand Down

0 comments on commit bb46fc1

Please sign in to comment.