Commit 08fc1f08 authored by Ben Anderson's avatar Ben Anderson

Updated properties

parent 31ed3fc0
......@@ -14,13 +14,13 @@ spec:
spec:
containers:
- name: afp-promos-container
image: nexus.mynisum.com/afp-promos:2
image: nexus.mynisum.com/afp-promos:3
imagePullPolicy: Always
ports:
- containerPort: 8082
env:
- name: PORT
value: "8082"
value: "8080"
- name: MONGOCONNECTION
valueFrom:
secretKeyRef:
......@@ -37,6 +37,6 @@ spec:
type: LoadBalancer
ports:
- port: 8082
targetPort: 8082
targetPort: 8080
selector:
app: afp-promos
\ No newline at end of file
server.port=8082
server.port=8080
spring.data.mongodb.uri=${MONGOCONNECTION}
spring.data.mongodb.database=afp-db
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