Skip to content
Snippets Groups Projects
Verified Commit ac8944e1 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(gitlab-runner): Fix identation for resources and securityContext

parent 57898d6f
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ metadata: ...@@ -38,7 +38,7 @@ metadata:
name: pod-cleanup name: pod-cleanup
namespace: gitlab-runner namespace: gitlab-runner
spec: spec:
replicas: 2 replicas: 1
selector: selector:
matchLabels: matchLabels:
app.kubernetes.io/name: pod-cleanup app.kubernetes.io/name: pod-cleanup
...@@ -52,16 +52,16 @@ spec: ...@@ -52,16 +52,16 @@ spec:
containers: containers:
- name: gitlab-runner-pod-cleanup - name: gitlab-runner-pod-cleanup
image: registry.gitlab.com/gitlab-org/ci-cd/gitlab-runner-pod-cleanup:latest image: registry.gitlab.com/gitlab-org/ci-cd/gitlab-runner-pod-cleanup:latest
resources: resources:
requests: requests:
cpu: 10m cpu: 10m
memory: 64Mi memory: 64Mi
limits: limits:
cpu: 250m cpu: 250m
memory: 512Mi memory: 512Mi
securityContext: securityContext:
capabilities: capabilities:
drop: ["all"] drop: ["all"]
add: [] add: []
runAsNonRoot: true runAsNonRoot: true
runAsUser: 1000 runAsUser: 1000
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment