Mohammed Naser | 0d421e2 | 2023-02-09 21:42:38 -0500 | [diff] [blame] | 1 | # Copyright (c) 2023 VEXXHOST, Inc. |
okozachenko1203 | 2314726 | 2023-01-28 04:16:42 +1100 | [diff] [blame] | 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 | _rook_ceph_helm_values: |
| 16 | image: |
Michiel Piscaer | 2a2a92e | 2023-08-30 16:16:20 +0200 | [diff] [blame] | 17 | repository: "{{ atmosphere_images['rook_ceph'] | vexxhost.kubernetes.docker_image('name') }}" |
Mohammed Naser | 31171f4 | 2023-03-19 00:10:46 +0000 | [diff] [blame] | 18 | tag: "{{ atmosphere_images['rook_ceph'] | vexxhost.kubernetes.docker_image('tag') }}" |
okozachenko1203 | 2314726 | 2023-01-28 04:16:42 +1100 | [diff] [blame] | 19 | nodeSelector: |
| 20 | openstack-control-plane: enabled |
Giovanni Tirloni | 1edd7bf | 2024-04-18 22:35:26 -0300 | [diff] [blame] | 21 | resources: |
| 22 | limits: |
| 23 | cpu: 1 |
okozachenko1203 | 2314726 | 2023-01-28 04:16:42 +1100 | [diff] [blame] | 24 | # NOTE(mnaser): Once we implement storage inside Atmosphere, we can rely on |
| 25 | # Rook to manage this. |
| 26 | csi: |
| 27 | enableRbdDriver: false |
okozachenko1203 | c3e9ea4 | 2023-01-28 04:25:11 +1100 | [diff] [blame] | 28 | enableCephfsDriver: false |