1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-23 08:32:29 +00:00

K8s deployment with limits

This commit is contained in:
J. Fernando Sánchez 2017-06-02 19:17:27 +02:00
parent 0f8d1dff69
commit 7956d54c35
2 changed files with 8 additions and 0 deletions

7
k8s/README.md Normal file
View File

@ -0,0 +1,7 @@
Deploy senpy to a kubernetes cluster.
Usage:
```
kubectl apply -f . -n senpy
```

View File

@ -9,6 +9,7 @@ spec:
metadata: metadata:
labels: labels:
role: senpy-latest role: senpy-latest
app: test
spec: spec:
containers: containers:
- name: senpy-latest - name: senpy-latest