Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ requires:
interface: s3
limit: 1
optional: true
loki-push-api:
interface: loki_push_api
limit: 1
optional: true
loki-push-api-ca-cert:
interface: certificate_transfer
limit: 1
optional: true

peers:
dbcluster:
Expand Down Expand Up @@ -70,3 +78,5 @@ charm-libs:
version: "1"
- lib: data_platform_libs.s3
version: "0"
- lib: loki_k8s.loki_push_api
version: "1"
4 changes: 4 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ options:
default: false
description: Whether workload tracing should skip TLS certificate verification.
type: boolean
loki-insecure-skip-verify:
default: false
description: Whether Loki should skip TLS certificate verification.
type: boolean
Loading