Use this module to deploy loki-cf-logdrain in your Cloud foundry space
No modules.
Name |
Description |
Type |
Default |
Required |
cf_domain |
The CF domain to create the route in. |
string |
n/a |
yes |
cf_space_id |
The CF space id to deploy into. |
string |
n/a |
yes |
disk |
The amount of Disk space to allocate for Grafana Loki (MB) |
number |
1024 |
no |
docker_registry_image |
The Docker registry image to use. |
string |
"ghcr.io/philips-software/loki-cf-logdrain" |
no |
docker_tag |
n/a |
string |
"latest" |
no |
loki_network_policy |
Network policy configuration in case the Loki is running on CF |
object({ app_id = string port = string }) |
{ "app_id": "", "port": 3100 } |
no |
loki_password |
The Loki password used for basic auth. |
string |
"" |
no |
loki_push_endpoint |
The Loki push endpoint. This should include /loki/api/v1/push |
string |
n/a |
yes |
loki_username |
The Loki username used for basic auth. Default: loki |
string |
"" |
no |
memory |
n/a |
number |
256 |
no |
name_postfix |
The name postfix to apply |
string |
n/a |
yes |