This commit is contained in:
2026-04-02 12:19:44 +00:00
parent 3c06356115
commit 93bc949fe9

View File

@@ -57,8 +57,10 @@ spec:
spec:
containers:
- name: mongodb
image: mongo:7
imagePullPolicy: IfNotPresent
image: mongo:6
imagePullPolicy: Always
args:
- --bind_ip_all
ports:
- containerPort: 27017
name: mongo