mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-20 12:44:38 +00:00
The previous ones are gone, so let's switch to our own multi-arch image for the tests. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
27 lines
512 B
YAML
27 lines
512 B
YAML
#
|
|
# Copyright (c) 2019 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
apiVersion: v1
|
|
kind: ReplicationController
|
|
metadata:
|
|
name: replicationtest
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
app: nginx-rc-test
|
|
template:
|
|
metadata:
|
|
name: nginx
|
|
labels:
|
|
app: nginx-rc-test
|
|
spec:
|
|
terminationGracePeriodSeconds: 0
|
|
runtimeClassName: kata
|
|
containers:
|
|
- name: nginxtest
|
|
image: quay.io/fidencio/${nginx_version}
|
|
ports:
|
|
- containerPort: 80
|