Skip to content

Commit

Permalink
Added app_metadata["internal_subdomain"] for capabilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
BSick7 committed Mar 27, 2024
1 parent 924f359 commit adb1f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 0.6.9 (Mar 27, 2024)
* Added support for `hostPath` volumes from capabilities.
* Fixed syntax for `persistentVolumeClaim` in k8s deployment.
* Added `app_metadata["internal_subdomain"]` for capabilities.

# 0.6.8 (Mar 22, 2024)
* Fixed liveness/readiness probe (Disabled when `port=0`).
Expand Down
1 change: 1 addition & 0 deletions app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ locals {
service_account_email = google_service_account.app.email
service_name = local.service_name
service_port = local.service_port
internal_subdomain = var.port == 0 ? "" : "${local.block_name}.${local.kubernetes_namespace}.svc.cluster.local"
})
}

0 comments on commit adb1f9d

Please sign in to comment.