-
Notifications
You must be signed in to change notification settings - Fork 0
/
uds-config-gitlab.yaml
69 lines (68 loc) · 1.74 KB
/
uds-config-gitlab.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
variables:
dev-minio:
buckets: |
- name: uds-gitlab-artifacts
- name: uds-gitlab-backups
- name: uds-gitlab-ci-secure-files
- name: uds-gitlab-dependency-proxy
- name: uds-gitlab-lfs
- name: uds-gitlab-mr-diffs
- name: uds-gitlab-packages
- name: uds-gitlab-pages
- name: uds-gitlab-terraform-state
- name: uds-gitlab-uploads
- name: uds-gitlab-registry
- name: uds-gitlab-tmp
gitlab:
DISABLE_REGISTRY_REDIRECT: "true"
GITLAB_PAGES_ENABLED: true
GITLAB_REQUIRED_GROUPS: [] # ["/GitLab"]
GITLAB_ADMIN_GROUPS: ["/GitLab Admin", "/UDS Core/Admin"]
GITLAB_SSO_PROTOCOL: saml
# # Overrides for scaled down cluster for local dev and CI
webservice_replicas: 1
webservice_resources:
limits:
memory: 2.5G
requests:
cpu: 300m
memory: 2.5G
migrations_resources:
limits:
cpu: 500m
memory: 4G
workhorse_resources:
limits:
memory: 100M
requests:
cpu: 10m
memory: 10M
sidekiq_replicas: 1
sidekiq_resources:
limits:
memory: 1.5G
requests:
cpu: 50m
memory: 625M
pages_resources:
limits:
memory: 1.5G
requests:
cpu: 50m
memory: 625M
registry_replicas: 1
shell_replicas: 1
bot_accounts:
enabled: true
accounts:
- username: renovatebot
scopes:
- api
- read_repository
- write_repository
secret:
name: gitlab-renovatebot
namespace: renovate
keyName: TOKEN