blob: ff6268d2809959ba31d086be055f967f1ba4f8d5 [file] [log] [blame]
Mohammed Naser8a2c8fb2023-02-19 17:23:55 +00001# Copyright (c) 2023 VEXXHOST, Inc.
2#
3# Licensed under the Apache License, Version 2.0 (the "License"); you may
4# not use this file except in compliance with the License. You may obtain
5# a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12# License for the specific language governing permissions and limitations
13# under the License.
14
15_loki_helm_values:
Mohammed Naser65cda132024-05-02 14:34:08 -040016 deploymentMode: SingleBinary
Mohammed Naser8a2c8fb2023-02-19 17:23:55 +000017 loki:
Giovanni Tirlonie3e78a02024-04-18 22:35:28 -030018 server:
19 log_level: warn
Mohammed Naser11937742023-03-01 20:37:04 +000020 image:
Mohammed Naser31171f42023-03-19 00:10:46 +000021 registry: "{{ atmosphere_images['loki'] | vexxhost.kubernetes.docker_image('domain') }}"
22 repository: "{{ atmosphere_images['loki'] | vexxhost.kubernetes.docker_image('path') }}"
23 tag: "{{ atmosphere_images['loki'] | vexxhost.kubernetes.docker_image('tag') }}"
Mohammed Naser8a2c8fb2023-02-19 17:23:55 +000024 auth_enabled: false
25 commonConfig:
26 replication_factor: 1
vexxhost-botc7ff9802024-08-23 13:43:12 -040027 limits_config:
28 max_label_names_per_series: 25
Mohammed Naser8a2c8fb2023-02-19 17:23:55 +000029 storage:
30 type: filesystem
Mohammed Naser65cda132024-05-02 14:34:08 -040031 schemaConfig:
32 configs:
33 - from: 2024-04-01
34 store: tsdb
35 object_store: filesystem
36 schema: v13
37 index:
38 prefix: index_
39 period: 24h
Mohammed Naser8a2c8fb2023-02-19 17:23:55 +000040 test:
41 enabled: false
Mohammed Naser8a2c8fb2023-02-19 17:23:55 +000042 singleBinary:
43 replicas: 1
44 nodeSelector:
45 openstack-control-plane: enabled
46 persistence:
Mohammed Naser62301c42023-10-16 13:06:27 -040047 size: 256Gi
Mohammed Naser65cda132024-05-02 14:34:08 -040048 write:
49 replicas: 0
50 read:
51 replicas: 0
52 backend:
53 replicas: 0
Mohammed Naser11937742023-03-01 20:37:04 +000054 gateway:
55 image:
Mohammed Naser31171f42023-03-19 00:10:46 +000056 registry: "{{ atmosphere_images['loki_gateway'] | vexxhost.kubernetes.docker_image('domain') }}"
57 repository: "{{ atmosphere_images['loki_gateway'] | vexxhost.kubernetes.docker_image('path') }}"
58 tag: "{{ atmosphere_images['loki_gateway'] | vexxhost.kubernetes.docker_image('tag') }}"
Michiel Piscaerd450dba2023-10-18 14:24:33 +020059 nodeSelector:
60 openstack-control-plane: enabled
Mohammed Naser65cda132024-05-02 14:34:08 -040061 lokiCanary:
62 enabled: false