mirror of https://github.com/k3s-io/k3s
14 lines
194 B
YAML
14 lines
194 B
YAML
![]() |
apiVersion: v1
|
||
![]() |
kind: Pod
|
||
|
metadata:
|
||
![]() |
name: nginx
|
||
![]() |
labels:
|
||
|
env: test
|
||
|
spec:
|
||
|
containers:
|
||
![]() |
- name: nginx
|
||
|
image: nginx
|
||
![]() |
imagePullPolicy: IfNotPresent
|
||
|
nodeSelector:
|
||
|
disktype: ssd
|