Skip to content

Commit

Permalink
Set flag on mogno
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed Jun 11, 2024
1 parent 05856cf commit d472b0b
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions deployment/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,17 @@ spec:
app: rstore
spec:
containers:
- name: restore
image: registry.brotherlogic-backend.com/brotherlogic/rstore:0.50.0 # {"$imagepolicy": "flux-system:rstore"}
ports:
- containerPort: 8080
- name: restore
image: registry.brotherlogic-backend.com/brotherlogic/rstore:0.50.0 # {"$imagepolicy": "flux-system:rstore"}
ports:
- containerPort: 8080
args: ["--mongo=$(CONNECTION_STRING)"]
env:
- name: CONNECTION_STRING
valueFrom:
secretKeyRef:
name: mongodb-admin-madmin
namespace: mongo
key: connectionString.standardSrv
imagePullSecrets:
- name: regcred
- name: regcred

0 comments on commit d472b0b

Please sign in to comment.