Commit 63177c99 authored by Ben Anderson's avatar Ben Anderson

Updated deployment file

parent 965994b6
......@@ -14,13 +14,18 @@ spec:
spec:
containers:
- name: afp-products-container
image: nexus.mynisum.com/afp-products:latest
image: nexus.mynisum.com/afp-products:41
imagePullPolicy: Always
ports:
- containerPort: 8080
env:
- name: PORT
value: "8080"
- name: MONGOCONNECTION
valueFrom:
secretKeyRef:
name: mongodb-secret
key: spring.data.mongodb.uri
imagePullSecrets:
- 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