15 lines
201 B
YAML
15 lines
201 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: web
|
|
namespace: isolated
|
|
labels:
|
|
app: http
|
|
spec:
|
|
containers:
|
|
- name: myapp
|
|
image: nginx
|
|
resources: {}
|
|
ports:
|
|
- containerPort: 80
|