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

Updated properties

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