Skip to content

Commit

Permalink
add force_delete update readme add output rwo_storage_class
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 23, 2024
1 parent 42f8912 commit 40bdea7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@ to loki.
* Requires additional Node HD space - 40GB is not enough.

# tfmod-loki



# CHANGELOG

* 0.0.1 -- 2024-07-22
- updated version.tf to 0.0.1
- included module.images in depends on helm charts
- created changelog
1 change: 1 addition & 0 deletions copy_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,5 @@ module "images" {

enable_lifecycle_policy = true
lifecycle_policy_all = true
force_delete = true
}
5 changes: 4 additions & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
output "rwo_storage_class" {
description = "Specify the storage class for read/write/once persistent volumes."
value = var.rwo_storage_class
}

output "gateway_internal_endpoint" {
description = "The endpoint which can be used inside of the cluster to access loki-gateway."
Expand All @@ -7,4 +11,3 @@ output "gateway_internal_endpoint" {
url = local.gateway_internal_url
}
}

0 comments on commit 40bdea7

Please sign in to comment.