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:
parent
0f8d1dff69
commit
7956d54c35
7
k8s/README.md
Normal file
7
k8s/README.md
Normal file
@ -0,0 +1,7 @@
|
||||
Deploy senpy to a kubernetes cluster.
|
||||
|
||||
Usage:
|
||||
|
||||
```
|
||||
kubectl apply -f . -n senpy
|
||||
```
|
@ -9,6 +9,7 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
role: senpy-latest
|
||||
app: test
|
||||
spec:
|
||||
containers:
|
||||
- name: senpy-latest
|
||||
|
Loading…
Reference in New Issue
Block a user