start to add kubernetes configuration

This commit is contained in:
Cassie Tarakajian 2018-07-26 13:18:21 -04:00
parent 6b560fb904
commit d53ed3c16b
1 changed files with 14 additions and 0 deletions

14
kubernetes/app.yml Normal file
View File

@ -0,0 +1,14 @@
apiVersion: v1
kind: Deployment
spec:
selector:
matchLabels:
app: web-editor
replicas: 1
template:
metadata:
app: web-editor
spec:
containers:
- name: web-editor-app
image: