Skip to content

Commit

Permalink
DEVX-2273: Dev env deploy orders-service 10.0.2 (built at sha-0b99cac) (
Browse files Browse the repository at this point in the history
  • Loading branch information
rspurgeon committed Nov 22, 2020
1 parent 0b99cac commit 8aede72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions environments/dev/kustomization.yaml
Expand Up @@ -7,3 +7,4 @@ resources:
patchesStrategicMerge:
- connect/connect-service.yaml
- ccloud/microservices-ccloud-environment.yaml
- microservices-orders/orders-service.yaml
11 changes: 11 additions & 0 deletions environments/dev/microservices-orders/orders-service.yaml
@@ -0,0 +1,11 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: orders-service
spec:
template:
spec:
containers:
- name: orders-service
image: cnfldemos/orders-service:sha-0b99cac

0 comments on commit 8aede72

Please sign in to comment.