delete old

This commit is contained in:
Sergey Bondarev
2021-12-09 17:30:09 +03:00
parent e1c7c25668
commit b0dcad507d
26 changed files with 25 additions and 1210 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ helm repo add gitlab https://charts.gitlab.io
Как вы уже поняли, для установки мы пойдем знакомым путём Helm, выполнив команды:
```bash
helm upgrade -i gitlab-runner gitlab/gitlab-runner -f values.yaml
helm upgrade -i gitlab-runner gitlab/gitlab-runner -f values.yaml -n gitlab-runner --create-namespace
```
## 3. Проверка регистрации раннера
@@ -1,7 +1,7 @@
## The GitLab Server URL (with protocol) that want to register the runner against
## ref: https://docs.gitlab.com/runner/commands/README.html#gitlab-runner-register
##
gitlabUrl: http://gitlab.com/
gitlabUrl: https://gitlab.com/
## The Registration Token for adding new Runners to the GitLab Server. This must
## be retrieved from your GitLab Instance.
@@ -14,7 +14,7 @@ runners:
[[runners]]
[runners.kubernetes]
image = "alpine:3.14"
cpu_request = "1000m"
cpu_request = "100m"
cpu_limit = "1000m"
memory_limit = "2048Mi"
memory_request = "1024Mi"
@@ -30,7 +30,7 @@ rbac:
## Use the following Kubernetes Service Account name if RBAC is disabled in this Helm chart (see rbac.create)
##
serviceAccountName: s<номер_студента>
# serviceAccountName: gitlabrunnersa
## Use podSecurity Policy
## ref: https://kubernetes.io/docs/concepts/policy/pod-security-policy/