Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
fix(gitea-runner): enable egress and comment sysctl change
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgon committed Jan 14, 2024
1 parent d924268 commit d62deb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubernetes/apps/workers/gitea-runner/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
app-template:
defaultPodOptions:
labels:
# fetching docker images and artifacts for builds
egress/enabled: "true"
securityContext:
runAsUser: 1000
runAsGroup: 1000
Expand Down
1 change: 1 addition & 0 deletions talos/deedee/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ controlPlane:
# cloudflared post-quantum QUIC requirement: https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes
net.core.rmem_max: 2500000
net.core.wmem_max: 2500000
# DIND docker for gitea runners needs this to be increased
user.max_user_namespaces: 32768

# secureboot
Expand Down
1 change: 1 addition & 0 deletions talos/dexter/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ controlPlane:
# cloudflared post-quantum QUIC requirement: https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes
net.core.rmem_max: 2500000
net.core.wmem_max: 2500000
# DIND docker for gitea runners needs this to be increased
user.max_user_namespaces: 32768

# Enable K8s Talos API Access
Expand Down

0 comments on commit d62deb1

Please sign in to comment.