Skip to content

Commit

Permalink
Create kubernetes config file with Deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
levidyrek committed May 15, 2019
1 parent 87462cb commit e1f6975
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions api.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: budget-rest-api-deploy
spec:
replicas: 1
template:
metadata:
labels:
app: budget-rest-api
spec:
containers:
- name: budget-rest-api
# TODO: Use correct image
image: nginx:1.10

0 comments on commit e1f6975

Please sign in to comment.