mirror of
https://github.com/kemko/slurm.git
synced 2026-01-01 15:55:48 +03:00
13 lines
169 B
YAML
13 lines
169 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: my-pod
|
|
labels:
|
|
app: my-app
|
|
spec:
|
|
containers:
|
|
- image: nginx:1.12
|
|
name: nginx
|
|
ports:
|
|
- containerPort: 80
|