Commit e19c7dce authored by Ben Anderson's avatar Ben Anderson

Updated properties

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