mirror of https://github.com/milvus-io/milvus.git
22 lines
404 B
YAML
22 lines
404 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
labels:
|
||
|
app: milvus-chaos-test
|
||
|
namespace: chaos-testing
|
||
|
spec:
|
||
|
enableServiceLinks: false
|
||
|
containers:
|
||
|
- name: main
|
||
|
image: registry.milvus.io/test/krte:dev-1
|
||
|
securityContext:
|
||
|
privileged: true
|
||
|
tty: true
|
||
|
args: ["cat"]
|
||
|
resources:
|
||
|
limits:
|
||
|
cpu: "6"
|
||
|
memory: 12Gi
|
||
|
requests:
|
||
|
cpu: "2"
|
||
|
memory: 10Gi
|