Skip to content

Commit 78aad84

Browse files
committed
Update telemetry+cloudkitty CR to use different loki URL
1 parent 388144b commit 78aad84

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

telemetry-with-cloudkitty.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,17 @@ spec:
3232
#containerImage: "quay.io/efoley/cloudkitty-api:epoxy-loki"
3333
customServiceConfig: |
3434
[storage_loki]
35-
url = lokistack-openstack.apps-crc.testing
35+
url = https://cloudkitty-lokistack-gateway-http.openstack.svc:8080
36+
#url = https://lokistack-openstack.apps-crc.testing
3637
tls:
3738
caBundleSecretName: combined-ca-bundle
3839
cloudKittyProc:
3940
containerImage: "quay.io/efoley/cloudkitty-processor@sha256:a6c9caed1b0baeda3df710686ae9e8cf4c915eb59c845072eb91c13de0f68450"
4041
#containerImage: "quay.io/efoley/cloudkitty-processor:epoxy-loki"
4142
customServiceConfig: |
4243
[storage_loki]
43-
url = lokistack-openstack.apps-crc.testing
44+
url = https://cloudkitty-lokistack-gateway-http.openstack.svc:8080
45+
#url = https://lokistack-openstack.apps-crc.testing
4446
tls:
4547
caBundleSecretName: combined-ca-bundle
4648
databaseAccount: cloudkitty

0 commit comments

Comments
 (0)