Skip to content

Commit

Permalink
Update alpha-office-product-catalog.kubernetes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
derekoneil authored Dec 20, 2018
1 parent bbf2dd5 commit 45884cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions alpha-office-product-catalog.kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
name: product-catalog-app
labels:
commit: 48f74f435786d54673ac8c01f06a5fc69fb4b484
commit: 4ca160fd05c003e5067fd6d9c8213656b24b962c
spec:
replicas: 2
selector:
Expand All @@ -13,11 +13,11 @@ spec:
metadata:
labels:
app: product-catalog-app
commit: 48f74f435786d54673ac8c01f06a5fc69fb4b484
commit: 4ca160fd05c003e5067fd6d9c8213656b24b962c
spec:
containers:
- name: product-catalog-app-container
image: derekoneil/alpha-office-product-catalog
image: derekoneil/alpha-office-product-catalog:master-4ca160fd05c003e5067fd6d9c8213656b24b962c
imagePullPolicy: Always
ports:
- name: pc-app-port
Expand All @@ -32,13 +32,13 @@ metadata:
name: product-catalog-service
labels:
app: product-catalog-app
commit: 48f74f435786d54673ac8c01f06a5fc69fb4b484
commit: 4ca160fd05c003e5067fd6d9c8213656b24b962c
spec:
ports:
- port: 30000
targetPort: 80
selector:
app: product-catalog-app
commit: 48f74f435786d54673ac8c01f06a5fc69fb4b484
commit: 4ca160fd05c003e5067fd6d9c8213656b24b962c
type: LoadBalancer
---

0 comments on commit 45884cd

Please sign in to comment.