update resources
This commit is contained in:
@@ -26,8 +26,8 @@ spec:
|
||||
image: linuxserver/wireguard:amd64-1.0.20210914
|
||||
resources:
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 128Mi
|
||||
cpu: 50m
|
||||
memory: 32Mi
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
privileged: false
|
||||
@@ -40,11 +40,11 @@ spec:
|
||||
mountPath: /config
|
||||
- name: socks5
|
||||
image: netbyte/socks5-server
|
||||
resources:
|
||||
limits:
|
||||
cpu: 50m
|
||||
memory: 32Mi
|
||||
args:
|
||||
- '-l'
|
||||
- ':1089'
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 128Mi
|
||||
imagePullPolicy: IfNotPresent
|
||||
Reference in New Issue
Block a user