We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50f83c commit adb3f26Copy full SHA for adb3f26
src/main/kotlin/com/cosmotech/api/config/CsmPlatformProperties.kt
@@ -60,9 +60,6 @@ data class CsmPlatformProperties(
60
/** Persistent metrics configuration */
61
val metrics: Metrics = Metrics(),
62
63
- /** Loki Service */
64
- val loki: Loki = Loki(),
65
-
66
/** Internal result data service configuration */
67
val internalResultServices: CsmServiceResult?,
68
) {
@@ -217,11 +214,6 @@ data class CsmPlatformProperties(
217
214
val path: String
218
215
)
219
216
220
- data class Loki(
221
- /** Base Loki url */
222
- val baseUrl: String = "http://loki.default.svc.cluster.local:3100",
223
- )
224
225
data class Argo(
226
/** Argo service base Uri */
227
val baseUri: String,
src/main/kotlin/com/cosmotech/api/loki/LokiService.kt
0 commit comments