Skip to content

Commit

Permalink
docs and keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 18, 2025
1 parent ea3d98e commit 5ebbfd7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/platform-tg-infra.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"path": "../../terragrunt"
},
{
"name": "tfmod-config-job",
"path": "../../tfmod-config-job"
}
]
Expand Down
14 changes: 14 additions & 0 deletions lab/_envcommon/default-versions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ locals {
k8s_dashboard_metrics_scraper = "1.0.8"
k8s_dashboard_version = "6.0.6"

################
# k8s-dashboard
################
dashboard_hostname = "k8s-dashboard"
k8s_dashboard_version = "6.0.6"

################
# Karpenter
################
Expand All @@ -103,6 +109,14 @@ locals {
keycloak_password = "this is my very secure and totally random password horse battery staple now"
postgresql_tag = "17.4.0-debian-12-r2"

################
# keycloak
################
keycloak_app_version = "v26.1.2"
keycloak_chart_version = "24.4.10"
keycloak_hostname = "keycloak"
keycloak_namespace = "keycloak"

################
# Kiali
################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@ inputs = {
# Dashboard Configuration
service_name = include.root.inputs.dashboard_hostname
k8s_dashboard_version = include.root.inputs.k8s_dashboard_version
<<<<<<< HEAD
namespace = include.root.inputs.namespaces["k8s-dashboard"]
=======
namespace = include.root.inputs.dashboard_hostname
>>>>>>> f649b29 (docs and keycloak)
}

0 comments on commit 5ebbfd7

Please sign in to comment.