blob: d4df3fd58d4f5525edfb343f881340c86c7c2db7 [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
27 storage:
28 type: filesystem
Mohammed Naser65cda132024-05-02 14:34:08 -040029 schemaConfig:
30 configs:
31 - from: 2024-04-01
32 store: tsdb
33 object_store: filesystem
34 schema: v13
35 index:
36 prefix: index_
37 period: 24h
Mohammed Naser8a2c8fb2023-02-19 17:23:55 +000038 test:
39 enabled: false
Mohammed Naser8a2c8fb2023-02-19 17:23:55 +000040 singleBinary:
41 replicas: 1
42 nodeSelector:
43 openstack-control-plane: enabled
44 persistence:
Mohammed Naser62301c42023-10-16 13:06:27 -040045 size: 256Gi
Mohammed Naser65cda132024-05-02 14:34:08 -040046 write:
47 replicas: 0
48 read:
49 replicas: 0
50 backend:
51 replicas: 0
Mohammed Naser11937742023-03-01 20:37:04 +000052 gateway:
53 image:
Mohammed Naser31171f42023-03-19 00:10:46 +000054 registry: "{{ atmosphere_images['loki_gateway'] | vexxhost.kubernetes.docker_image('domain') }}"
55 repository: "{{ atmosphere_images['loki_gateway'] | vexxhost.kubernetes.docker_image('path') }}"
56 tag: "{{ atmosphere_images['loki_gateway'] | vexxhost.kubernetes.docker_image('tag') }}"
Michiel Piscaerd450dba2023-10-18 14:24:33 +020057 nodeSelector:
58 openstack-control-plane: enabled
Mohammed Naser65cda132024-05-02 14:34:08 -040059 lokiCanary:
60 enabled: false