diff --git a/chart/templates/loki/values.yaml b/chart/templates/loki/values.yaml index 9bdfdb475b8cdf58d2566429b3a846d5574aa78f..7f0f385c66ccc7c9e5bf186ff95c4081863991b5 100644 --- a/chart/templates/loki/values.yaml +++ b/chart/templates/loki/values.yaml @@ -77,7 +77,6 @@ loki: active_index_directory: /var/loki/boltdb-shipper-active cache_location: /var/loki/boltdb-shipper-cache cache_ttl: 24h - shared_store: filesystem filesystem: directory: /var/loki/chunks {{- end }} @@ -87,8 +86,15 @@ loki: {{- end }} {{- if (eq .Values.loki.strategy "scalable") }} +deploymentMode: SimpleScalable singleBinary: replicas: 0 +read: + replicas: 3 +write: + replicas: 3 +backend: + replicas: 3 {{- end }} {{- with .Values.loki.objectStorage }} diff --git a/chart/values.yaml b/chart/values.yaml index 8d5d63f04967be463b298be57e625bdc86f4518d..61721e8ae816e053e7b0125e5cdc6d47471f02a4 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -696,11 +696,11 @@ loki: git: repo: https://repo1.dso.mil/big-bang/product/packages/loki.git path: "./chart" - tag: "5.47.2-bb.4" + tag: "6.3.4-bb.0" helmRepo: repoName: "registry1" chartName: "loki" - tag: "5.47.2-bb.4" + tag: "6.3.4-bb.0" # -- Flux reconciliation overrides specifically for the Loki Package flux: {}