argo-test/test.yaml

13 lines
191 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: test-pod
spec:
containers:
- name: test-container
image: nginx:latest
ports:
- containerPort: 80
restartPolicy: Always