Update deployment.yaml

parent 52bccd92
...@@ -21,6 +21,11 @@ spec: ...@@ -21,6 +21,11 @@ spec:
env: env:
- name: PORT - name: PORT
value: "8080" value: "8080"
- name: MONGOCONNECTION
valueFrom:
secretKeyRef:
name: mongodb-secret
key: spring.data.mongodb.uri
imagePullSecrets: imagePullSecrets:
- name: registry-creds - name: registry-creds
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment