82d417b9e6
Fresh start for the StarlingX automation framework. Change-Id: Ie265e0791024f45f71faad6315c2b91b022934d1
21 lines
364 B
YAML
21 lines
364 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
labels:
|
|
client: pod-to-pod
|
|
name: client-pod1
|
|
namespace: default
|
|
spec:
|
|
containers:
|
|
- args:
|
|
- sleep 60m
|
|
command:
|
|
- /bin/sh
|
|
- -c
|
|
image: registry.local:9001/pv-test
|
|
imagePullPolicy: IfNotPresent
|
|
name: client-container
|
|
imagePullSecrets:
|
|
- name: local-secret
|
|
restartPolicy: Always
|