mirror of
https://github.com/rancher/k3k.git
synced 2026-04-07 03:06:53 +00:00
10 lines
140 B
YAML
10 lines
140 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: nginx-addon
|
|
namespace: default
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx:latest
|