Skip to content

Commit

Permalink
Merge pull request #88 from mgfeller/bug/mgfeller/72
Browse files Browse the repository at this point in the history
[App] Update the Deployment version in httpbin-consul.yaml
  • Loading branch information
leecalcote authored Aug 28, 2020
2 parents 36592f2 + 383c523 commit 9c90930
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions consul/config_templates/httpbin-consul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ spec:
selector:
app: httpbin
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: httpbin
spec:
replicas: 1
selector:
matchLabels:
app: httpbin
template:
metadata:
labels:
Expand All @@ -32,4 +35,5 @@ spec:
imagePullPolicy: IfNotPresent
name: httpbin
ports:
- containerPort: 80
- containerPort: 80

0 comments on commit 9c90930

Please sign in to comment.