Skip to content

Commit

Permalink
deleted old cluster platform-eng-eks-test and created new cluster pla…
Browse files Browse the repository at this point in the history
…tform-eng-eks-srn
  • Loading branch information
nangu001 authored and morga471 committed Mar 18, 2025
1 parent 1e784cd commit d5b28eb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ dependency "eks_postgresql" {
config_path = "../eks-postgresql"
mock_outputs_allowed_terraform_commands = ["init", "plan", "validate", "destroy"]
mock_outputs = {
<<<<<<< HEAD
internal_endpoint = {
=======
internal_endpoint = {
>>>>>>> 4d9a294 (deleted old cluster platform-eng-eks-test and created new cluster platform-eng-eks-srn)
url = "mock-internal-endpoint-url"
}
}
Expand Down Expand Up @@ -76,10 +80,17 @@ inputs = {
telemetry_namespace = include.root.inputs.telemetry_namespace
# Database configuration
<<<<<<< HEAD
db_host = dependency.eks_postgresql.outputs.internal_endpoint.url
db_name = include.root.inputs.postgresql_database
db_password = include.root.inputs.postgresql_password
db_user = include.root.inputs.postgresql_username
=======
db_host = dependency.eks_postgresql.outputs.internal_endpoint.url
db_name = include.root.inputs.postgresql_database
db_password = include.root.inputs.postgresql_password
db_user = include.root.inputs.postgresql_username
>>>>>>> 4d9a294 (deleted old cluster platform-eng-eks-test and created new cluster platform-eng-eks-srn)
# Project information
project_name = include.root.inputs.project_name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ dependency "eks-prometheus" {
config_path = "../eks-prometheus"
mock_outputs_allowed_terraform_commands = ["init", "plan", "validate", "destroy"]
mock_outputs = {
<<<<<<< HEAD
prometheus_svc = "prometheus-server"
prometheus_namespace = "prometheus"
prometheus_port = 80
=======
prometheus_namespace = "prometheus"
>>>>>>> 4d9a294 (deleted old cluster platform-eng-eks-test and created new cluster platform-eng-eks-srn)
prometheus_server_internal_endpoint = {
hostname = "prometheus-server.prometheus.svc.cluster.local"
port_number = 9090
Expand All @@ -39,7 +43,13 @@ dependency "eks-prometheus" {
dependencies {
paths = [
"../eks",
<<<<<<< HEAD
"../eks-dns",
=======
"../eks-config",
"../eks-dns",
"../eks-karpenter",
>>>>>>> 4d9a294 (deleted old cluster platform-eng-eks-test and created new cluster platform-eng-eks-srn)
"../eks-prometheus"
]
}
Expand All @@ -55,12 +65,19 @@ inputs = {
oidc_provider_arn = dependency.eks.outputs.oidc_provider_arn
# Prometheus Configuration
<<<<<<< HEAD
prometheus_svc = dependency.eks-prometheus.outputs.prometheus_server_internal_endpoint.hostname
=======
>>>>>>> 4d9a294 (deleted old cluster platform-eng-eks-test and created new cluster platform-eng-eks-srn)
prometheus_namespace = dependency.eks-prometheus.outputs.prometheus_namespace
prometheus_port = dependency.eks-prometheus.outputs.prometheus_server_internal_endpoint.port_number
# Tempo Configuration
tempo_chart_version = include.root.inputs.tempo_chart_version
tempo_tag = include.root.inputs.tempo_tag
namespace = include.root.inputs.namespaces["tempo"]
<<<<<<< HEAD
=======
>>>>>>> 4d9a294 (deleted old cluster platform-eng-eks-test and created new cluster platform-eng-eks-srn)
}

0 comments on commit d5b28eb

Please sign in to comment.