Commit 370b2394 authored by Christopher Cottier's avatar Christopher Cottier

Merge branch 'master' of https://gitlab.mynisum.com/ascend/ecommerce-maven...

Merge branch 'master' of https://gitlab.mynisum.com/ascend/ecommerce-maven into AFP-127/add-promotions-to-post-order
parents 8a4d479a 92f37ee0
apiVersion: apps/v1
kind: Deployment
metadata:
name: afp-ecom-api-deployment
spec:
replicas: 2
selector:
matchLabels:
app: afp-ecom-api
template:
metadata:
labels:
app: afp-ecom-api
spec:
containers:
- name: afp-ecom-api-container
image: nexus.mynisum.com/afp-ecom-api:latest
imagePullPolicy: Always
ports:
- containerPort: 8084
env:
- name: PORT
value: "8080"
imagePullSecrets:
- name: registry-creds
---
apiVersion: v1
kind: Service
metadata:
name: afp-ecom-api-service
spec:
type: LoadBalancer
ports:
- port: 8080
targetPort: 8080
selector:
app: afp-ecom-api
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