Skip to content

Commit

Permalink
more wip:
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 18, 2025
1 parent 20f1940 commit 5d2d47e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
21 changes: 16 additions & 5 deletions lab/_envcommon/default-versions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ locals {
karpenter = "karpenter"
metrics-server = "kube-system"
postgresql = "kube-system"
<<<<<<< HEAD
keycloak = "keycloak"
gogatekeeper = "kube-system"
=======
keycloak = "kube-system"
>>>>>>> 2829581 (more wip:)
istio = "istio-system"
kiali = "istio-system"
grafana = local.telemetry_namespace
Expand Down Expand Up @@ -110,6 +114,13 @@ 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_chart_version = "24.4.10"
keycloak_tag = "26.1.2"
keycloak_hostname = "keycloak"
################
# Kiali
################
Expand All @@ -136,12 +147,12 @@ locals {
################
# PostgreSQL
################
os_shell_tag = "12"
postgres_exporter_tag = "0.16.0"
postgresql_repmgr_tag = "17.4.0"
pgpool_tag = "4.5.5"
os_shell_tag = "12"
postgres_exporter_tag = "0.16.0"
postgresql_repmgr_tag = "17.4.0"
pgpool_tag = "4.5.5"
postgresql_chart_version = "15.3.0"
postgresql_tag = "17.4.0"
postgresql_tag = "17.4.0"
################
# Prometheus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ inputs = {
region = include.root.inputs.aws_region

# Cluster Configuration
cluster_domain = dependency.eks_dns.outputs.cluster_domain
cluster_name = dependency.eks.outputs.cluster_name
cluster_domain = dependency.eks_dns.outputs.cluster_domain
cluster_name = dependency.eks.outputs.cluster_name
rwo_storage_class = dependency.eks_config.outputs.rwo_storage_class

# PostgreSQL Configuration
service_name = "postgresql"
os_shell_tag = include.root.inputs.os_shell_tag
service_name = "postgresql"
os_shell_tag = include.root.inputs.os_shell_tag
postgres_exporter_tag = include.root.inputs.postgres_exporter_tag
postgresql_tag = include.root.inputs.postgresql_tag
postgresql_tag = include.root.inputs.postgresql_tag
postgresql_repmgr_tag = include.root.inputs.postgresql_repmgr_tag
pgpool_tag = include.root.inputs.pgpool_tag
namespace = include.root.inputs.namespaces["postgresql"]
pgpool_tag = include.root.inputs.pgpool_tag
namespace = include.root.inputs.namespaces["postgresql"]
}

0 comments on commit 5d2d47e

Please sign in to comment.