start to add kubernetes configuration
This commit is contained in:
parent
6b560fb904
commit
d53ed3c16b
1 changed files with 14 additions and 0 deletions
14
kubernetes/app.yml
Normal file
14
kubernetes/app.yml
Normal 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:
|
Loading…
Reference in a new issue