This website works better with JavaScript.
Home
Help
Sign In
sm
/
hw.k8s
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Example of setting net.core.somaxconn
master
Stephen McQuay
1 year ago
parent
133a934b83
commit
26d48a6779
Signed by:
Stephen McQuay (smcquay)
<stephen@mcquay.me>
GPG Key ID:
C383C74875475AC8
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
+2
-0
hw/deploy.yaml
+ 2
- 0
hw/deploy.yaml
View File
@@ -13,6 +13,8 @@ spec:
metadata:
labels:
app: hw
annotations:
security.alpha.kubernetes.io/unsafe-sysctls: net.core.somaxconn=4096
spec:
terminationGracePeriodSeconds: 3
containers:
Write
Preview
Loading…
Cancel
Save