github.com/freiheit-com/kuberpult@v1.24.2-0.20240328135542-315d5630abe6/charts/kuberpult/ci/test-values-override.yaml (about) 1 # This file is part of kuberpult. 2 3 # Kuberpult is free software: you can redistribute it and/or modify 4 # it under the terms of the Expat(MIT) License as published by 5 # the Free Software Foundation. 6 7 # Kuberpult is distributed in the hope that it will be useful, 8 # but WITHOUT ANY WARRANTY; without even the implied warranty of 9 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 # MIT License for more details. 11 12 # You should have received a copy of the MIT License 13 # along with kuberpult. If not, see <https://directory.fsf.org/wiki/License:Expat>. 14 15 # Copyright 2023 freiheit.com 16 # This file is part of kuberpult. 17 18 # Kuberpult is free software: you can redistribute it and/or modify 19 # it under the terms of the Expat(MIT) License as published by 20 # the Free Software Foundation. 21 22 # Kuberpult is distributed in the hope that it will be useful, 23 # but WITHOUT ANY WARRANTY; without even the implied warranty of 24 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 # MIT License for more details. 26 27 # You should have received a copy of the MIT License 28 # along with kuberpult. If not, see <https://directory.fsf.org/wiki/License:Expat>. 29 30 # Copyright 2023 freiheit.com 31 git: 32 url: /repository 33 ingress: 34 domainName: example.kuberpult.com 35 cd: 36 resources: 37 requests: 38 cpu: 500m 39 memory: 1Gi 40 limits: 41 cpu: 500m 42 memory: 1Gi 43 frontend: 44 resources: 45 requests: 46 cpu: 250m 47 limits: 48 cpu: 250m 49 environment_configs: 50 bootstrap_mode: true 51 environment_configs_json: | 52 { 53 "production": { 54 "upstream": { 55 "latest": true 56 }, 57 "argocd" :{} 58 } 59 } 60