Commit e19c7dce authored by Ben Anderson's avatar Ben Anderson

Updated properties

parent cf442f7b
apiVersion: apps/v1
kind: Deployment
metadata:
name: afp-promotions-deployment
name: afp-promos-deployment
spec:
replicas: 2
selector:
matchLabels:
app: afp-promotions
app: afp-promos
template:
metadata:
labels:
app: afp-promotions
app: afp-promos
spec:
containers:
- name: afp-promotions-container
image: nexus.mynisum.com/afp-promotions:10
- name: afp-promos-container
image: nexus.mynisum.com/afp-promos:10
imagePullPolicy: Always
ports:
- containerPort: 8082
......@@ -32,11 +32,11 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: afp-promotions-service
name: afp-promos-service
spec:
type: LoadBalancer
ports:
- port: 8082
targetPort: 8082
selector:
app: afp-promotions
\ No newline at end of file
app: afp-promos
\ No newline at end of file
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