Mohammed Naser | 8a2c8fb | 2023-02-19 17:23:55 +0000 | [diff] [blame] | 1 | # 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 Naser | 8a2c8fb | 2023-02-19 17:23:55 +0000 | [diff] [blame] | 16 | loki: |
Mohammed Naser | 1193774 | 2023-03-01 20:37:04 +0000 | [diff] [blame] | 17 | image: |
Mohammed Naser | 31171f4 | 2023-03-19 00:10:46 +0000 | [diff] [blame] | 18 | registry: "{{ atmosphere_images['loki'] | vexxhost.kubernetes.docker_image('domain') }}" |
| 19 | repository: "{{ atmosphere_images['loki'] | vexxhost.kubernetes.docker_image('path') }}" |
| 20 | tag: "{{ atmosphere_images['loki'] | vexxhost.kubernetes.docker_image('tag') }}" |
Mohammed Naser | 8a2c8fb | 2023-02-19 17:23:55 +0000 | [diff] [blame] | 21 | auth_enabled: false |
| 22 | commonConfig: |
| 23 | replication_factor: 1 |
| 24 | storage: |
| 25 | type: filesystem |
| 26 | test: |
| 27 | enabled: false |
| 28 | monitoring: |
| 29 | selfMonitoring: |
| 30 | enabled: false |
| 31 | grafanaAgent: |
| 32 | installOperator: false |
| 33 | lokiCanary: |
| 34 | enabled: false |
| 35 | singleBinary: |
| 36 | replicas: 1 |
| 37 | nodeSelector: |
| 38 | openstack-control-plane: enabled |
| 39 | persistence: |
| 40 | size: 256Gi |
Mohammed Naser | 1193774 | 2023-03-01 20:37:04 +0000 | [diff] [blame] | 41 | gateway: |
| 42 | image: |
Mohammed Naser | 31171f4 | 2023-03-19 00:10:46 +0000 | [diff] [blame] | 43 | registry: "{{ atmosphere_images['loki_gateway'] | vexxhost.kubernetes.docker_image('domain') }}" |
| 44 | repository: "{{ atmosphere_images['loki_gateway'] | vexxhost.kubernetes.docker_image('path') }}" |
| 45 | tag: "{{ atmosphere_images['loki_gateway'] | vexxhost.kubernetes.docker_image('tag') }}" |