2e9a0d6509
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
13 lines
200 B
YAML
13 lines
200 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: test-pod
|
|
labels:
|
|
app: test-pod
|
|
spec:
|
|
containers:
|
|
- name: test-pod
|
|
image: nginx
|
|
imagePullPolicy: IfNotPresent
|
|
restartPolicy: Always
|