Fix amnezia iptables rules
This commit is contained in:
@@ -123,20 +123,20 @@ spec:
|
||||
command:
|
||||
- /bin/bash
|
||||
- -lc
|
||||
- awg show awg0 >/dev/null 2>&1
|
||||
- /scripts/firewall-check.sh 5847 10.8.0.0/16
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 3
|
||||
failureThreshold: 3
|
||||
timeoutSeconds: 8
|
||||
failureThreshold: 2
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
- /bin/bash
|
||||
- -lc
|
||||
- awg show awg0 >/dev/null 2>&1
|
||||
- /scripts/firewall-check.sh 5847 10.8.0.0/16
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 30
|
||||
timeoutSeconds: 5
|
||||
timeoutSeconds: 8
|
||||
failureThreshold: 3
|
||||
resources:
|
||||
requests:
|
||||
|
||||
Reference in New Issue
Block a user