mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-09 18:56:57 +00:00
9 lines
111 B
YAML
9 lines
111 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: nginx-2
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx:latest
|