udpate prod mongo
parent
f821e8dbc1
commit
a449f6cc4a
|
@ -24,14 +24,8 @@ spec:
|
||||||
sysctl -w net.ipv4.tcp_keepalive_time=300
|
sysctl -w net.ipv4.tcp_keepalive_time=300
|
||||||
sysctl -w net.ipv4.tcp_keepalive_intvl=10
|
sysctl -w net.ipv4.tcp_keepalive_intvl=10
|
||||||
sysctl -w net.ipv4.tcp_keepalive_probes=3
|
sysctl -w net.ipv4.tcp_keepalive_probes=3
|
||||||
chmod 400 /etc/mongodb/keyfile.key
|
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
volumeMounts:
|
|
||||||
- name: mongo-keyfile
|
|
||||||
mountPath: /etc/mongodb/keyfile.key
|
|
||||||
subPath: keyfile.key
|
|
||||||
readOnly: true
|
|
||||||
containers:
|
containers:
|
||||||
- name: mongo
|
- name: mongo
|
||||||
image: mongo:6.0
|
image: mongo:6.0
|
||||||
|
|
Loading…
Reference in New Issue