mirror of https://github.com/k3s-io/k3s
16 lines
266 B
YAML
16 lines
266 B
YAML
|
apiVersion: v1beta3
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
labels:
|
||
|
name: nginx
|
||
|
name: nginx
|
||
|
namespace: default
|
||
|
spec:
|
||
|
containers:
|
||
|
- image: nginx
|
||
|
imagePullPolicy: IfNotPresent
|
||
|
name: nginx
|
||
|
ports:
|
||
|
- containerPort: 80
|
||
|
protocol: TCP
|
||
|
restartPolicy: Always
|