Skip to content
Snippets Groups Projects
Commit 4f59d2d5 authored by M9713's avatar M9713
Browse files

Update backend-deployment.yaml

parent 5a315cbf
No related branches found
No related tags found
No related merge requests found
Pipeline #551909 skipped
...@@ -22,6 +22,14 @@ spec: ...@@ -22,6 +22,14 @@ spec:
spec: spec:
containers: containers:
- image: gitlab.labranet.jamk.fi:4567/conduitmiau/kubetest:backend - image: gitlab.labranet.jamk.fi:4567/conduitmiau/kubetest:backend
#
env:
- name: MONGODB_URI
valueFrom:
configMapKeyRef:
name: backend-configmap
key: mongodb_uri
#
imagePullPolicy: Always imagePullPolicy: Always
name: backend name: backend
resources: resources:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment