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:
name: pod-cleanup
namespace: gitlab-runner
spec:
replicas: 2
replicas: 1
selector:
matchLabels:
app.kubernetes.io/name: pod-cleanup
......@@ -52,16 +52,16 @@ spec:
containers:
- name: gitlab-runner-pod-cleanup
image: registry.gitlab.com/gitlab-org/ci-cd/gitlab-runner-pod-cleanup:latest
resources:
requests:
cpu: 10m
memory: 64Mi
limits:
cpu: 250m
memory: 512Mi
securityContext:
capabilities:
drop: ["all"]
add: []
runAsNonRoot: true
runAsUser: 1000
\ No newline at end of file
resources:
requests:
cpu: 10m
memory: 64Mi
limits:
cpu: 250m
memory: 512Mi
securityContext:
capabilities:
drop: ["all"]
add: []
runAsNonRoot: true
runAsUser: 1000
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment