Skip to content

Commit

Permalink
chore: Rename domain payopt (#2621)
Browse files Browse the repository at this point in the history
rename domain payopt
  • Loading branch information
pasqualespica authored Nov 29, 2024
1 parent aa5646b commit 4f303eb
Show file tree
Hide file tree
Showing 87 changed files with 49 additions and 49 deletions.
49 changes: 0 additions & 49 deletions src/domains/paymentoptions-app/05_aks_middleware_tools.tf

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
49 changes: 49 additions & 0 deletions src/domains/payopt-app/05_aks_middleware_tools.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# module "tls_checker" {
# source = "./.terraform/modules/__v3__/tls_checker"

# https_endpoint = local.domain_hostname
# alert_name = local.domain_hostname
# alert_enabled = true
# helm_chart_present = true
# namespace = kubernetes_namespace.namespace.metadata[0].name
# location_string = var.location_string
# kv_secret_name_for_application_insights_connection_string = "app-insight-connection-string"
# application_insights_resource_group = data.azurerm_resource_group.monitor_italy_rg.name
# application_insights_id = data.azurerm_application_insights.application_insights_italy.id
# application_insights_action_group_ids = [data.azurerm_monitor_action_group.slack.id, data.azurerm_monitor_action_group.email.id]
# keyvault_name = data.azurerm_key_vault.kv.name
# keyvault_tenant_id = data.azurerm_client_config.current.tenant_id
# }

# resource "helm_release" "cert_mounter" {
# name = "cert-mounter-blueprint"
# repository = "https://pagopa.github.io/aks-helm-cert-mounter-blueprint"
# chart = "cert-mounter-blueprint"
# version = "1.0.4"
# namespace = var.domain
# timeout = 120
# force_update = true

# values = [
# templatefile("${path.root}/helm/cert-mounter.yaml.tpl", {
# NAMESPACE = var.domain,
# DOMAIN = var.domain,
# CERTIFICATE_NAME = replace(local.domain_hostname, ".", "-"),
# ENV_SHORT = var.env_short,
# KV_NAME = data.azurerm_key_vault.kv.name
# })
# ]
# }

# resource "helm_release" "reloader" {
# name = "reloader"
# repository = "https://stakater.github.io/stakater-charts"
# chart = "reloader"
# version = "v1.0.69"
# namespace = kubernetes_namespace.namespace.metadata[0].name

# set {
# name = "reloader.watchGlobally"
# value = "false"
# }
# }
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4f303eb

Please sign in to comment.