training
This commit is contained in:
14
training/np/2-pod.yaml
Normal file
14
training/np/2-pod.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: web
|
||||
namespace: isolated
|
||||
labels:
|
||||
app: http
|
||||
spec:
|
||||
containers:
|
||||
- name: myapp
|
||||
image: nginx
|
||||
resources: {}
|
||||
ports:
|
||||
- containerPort: 80
|
||||
Reference in New Issue
Block a user