mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-09 05:13:49 +00:00
metrics: Add latency server yaml
This PR adds latency server yaml for kubernetes test.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
(cherry picked from commit 3b45060b61
)
This commit is contained in:
parent
2b60fe0fe0
commit
db23b95b53
@ -0,0 +1,18 @@
|
|||||||
|
#
|
||||||
|
# Copyright (c) 2022-2023 Intel Corporation
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Pod
|
||||||
|
metadata:
|
||||||
|
name: latency-server
|
||||||
|
spec:
|
||||||
|
terminationGracePeriodSeconds: 0
|
||||||
|
runtimeClassName: kata
|
||||||
|
containers:
|
||||||
|
- name: server-container
|
||||||
|
image: quay.io/prometheus/busybox:latest
|
||||||
|
command:
|
||||||
|
- sleep
|
||||||
|
- "180"
|
Loading…
Reference in New Issue
Block a user