mirror of
https://github.com/gsi-upm/senpy
synced 2025-08-23 10:02:21 +00:00
K8s deployment with limits
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user