Skip to content

Commit

Permalink
Merge pull request #128 from JensHeinrich/patch-1
Browse files Browse the repository at this point in the history
Update server-setup.md
  • Loading branch information
laszlocph authored Aug 12, 2020
2 parents 9c2478b + 79ea9ee commit df4bca4
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/docs/server-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,25 +334,30 @@ spec:
value: woodpecker.tools.svc.cluster.local:9000
- name: DRONE_SECRET
value: "xxx"
- name: DOCKER_HOST
value: tcp://localhost:2375
resources:
limits:
cpu: 2
memory: 2Gi
volumeMounts:
- name: sock-dir
path: /var/run
- name: dind
image: "docker:19.03.5-dind"
env:
- name: DOCKER_DRIVER
value: overlay2
- name: DOCKER_TLS_CERTDIR
value: "" # due to https://github.com/docker-library/docker/pull/166 & https://gitlab.com/gitlab-org/gitlab-runner/issues/4512
resources:
limits:
cpu: 1
memory: 2Gi
securityContext:
privileged: true
volumeMounts:
- name: sock-dir
path: /var/run
volumes:
name: sock-dir
emptyDir: {}
```

## Filtering repositories
Expand Down

0 comments on commit df4bca4

Please sign in to comment.